Explore >> Select a destination


You are here

davemq.github.io
| | erick.navarro.io
4.4 parsecs away

Travel
| | Having our emacs configuration in an org file is great, it allow us to have it more organized and easy to read, but org files have more features and one of them is the ability to be exported to different formats like HTML, PDF, markdown and so on. So what if we export our emacs configuration to HTML and then publish it in a website? ?? It probably doesn't have any real utility but it would be nice to have a exclusive web page to show our emacs config to our friends :)
| | jamesmead.org
5.6 parsecs away

Travel
| | Using conditional includes in your git configuration
| | hiepph.xyz
5.0 parsecs away

Travel
| | My ~/.emacs.d configuration used to be a mess. For example, here are 2 old configurations for IDO and sidebar neotree. ;; ### IDO ##### (require 'ido) ;; enable IDO (ido-mode 1) (ido-everywhere 1) (ido-ubiquitous-mode 1) (setq ido-enable-flex-matching t) (setq ido-use-filename-at-point nil) (setq ido-auto-merge-work-directories-length -1) (setq ido-use-virtual-buffers t) ;; Shows a list of buffers (global-set-key (kbd "C-x C-b") 'ibuffer) ;; #### Neo Tree ##### (require-package 'neotree) ;; Bind F8 to sh...
| | vermaden.wordpress.com
11.2 parsecs away

Travel
| I created whole FreeBSD Desktop series ... but I never created an article describing how I run FreeBSD on my own daily driver - the Lenovo ThinkPad W520 from 2011 - the last one with the so much appreciated 7-row keyboard. In this article I will share how I configured FreeBSD to make the most...