This commit is contained in:
Henrik Lissner 2015-12-29 23:39:24 -05:00
parent 6cabcd654c
commit 8495b7f50a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
(gc-cons-threshold 169715200)) (gc-cons-threshold 169715200))
(tool-bar-mode -1) ; no toolbar (tool-bar-mode -1) ; no toolbar
(load (concat user-emacs-directory "init-load-path.el")) (load (concat user-emacs-directory "init-packages.el"))
(load-theme narf-theme t) (load-theme narf-theme t)
(mapc 'require (mapc 'require

View File

@ -72,7 +72,7 @@
core-vcs ; version control is a programmer's best friend core-vcs ; version control is a programmer's best friend
core-helm ; a search engine for life and love core-helm ; a search engine for life and love
core-eval ; run code, run. core-eval ; run code, run.
core-workgroups ; cure Emacs alzheimers core-workgroups ; cure Emacs alzheimers + tab emulation
;;; Environments ;;; Environments
module-cc ; c/c++/obj-c madness module-cc ; c/c++/obj-c madness