How to configure emacs by using this file?
- by Andy Leman
From http://public.halogen-dg.com/browser/alex-emacs-settings/.emacs?rev=1346 I got:
(setq load-path (cons "/home/alex/.emacs.d/" load-path))
(setq load-path (cons "/home/alex/.emacs.d/configs/" load-path))
(defconst emacs-config-dir "~/.emacs.d/configs/" "")
(defun load-cfg-files (filelist)
(dolist (file filelist)
(load…