|
You are here |
ag91.github.io | ||
| | | | |
hiepph.xyz
|
|
| | | | | 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... | |
| | | | |
zzamboni.org
|
|
| | | | | I have enjoyed slowly converting my configuration files to literate programming style using org-mode in Emacs. It's now the turn of my Emacs configuration file. | |
| | | | |
erick.navarro.io
|
|
| | | | | 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 :) | |
| | | | |
deniskyashif.com
|
|
| | | How I organize my work in plain text. | ||