Skip to content

Commit

Permalink
elisp: added whitespace.el
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Oct 20, 2011
1 parent c14bacf commit db23ded
Show file tree
Hide file tree
Showing 2 changed files with 2,472 additions and 1 deletion.
6 changes: 5 additions & 1 deletion elisp/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(load "/usr/share/emacs/site-lisp/site-gentoo")

(setq load-path (cons "~/elisp" load-path))
;;;;(load-file "~/elisp/codepages-config")
(load-file "~/elisp/codepages-config")
(load-file "~/elisp/variables-config")
(load-file "~/elisp/keybind-config")
;;;;(load-file "~/elisp/python-mode-config")
Expand All @@ -11,4 +11,8 @@
(load-file "~/elisp/lisp-mode-config")
(load-file "~/elisp/scroll_s.el")
(load-file "~/elisp/gnus-config.el")

;;; whitespace cfg
(load-file "~/elisp/whitespace.el")

(server-start)
Loading

0 comments on commit db23ded

Please sign in to comment.