cb909ac473
`.emacs.d/functions.el' - Don't require the lcars-theme. - Removed theme settings for markdown mode. - Don't use the fullscreen function at startup. `.emacs.d/init.el' - Switched to naquadah-theme. - Change some markdown-mode theme settings when the naquadah theme is loaded. - Increased font-size to 11, from 10. `.emacs.d/ryuslash-load-path.el' - Added `~/.emacs.d/naquadah-theme' to `load-path'.
11 lines
521 B
EmacsLisp
11 lines
521 B
EmacsLisp
(add-to-list 'load-path "~/.emacs.d/elisp")
|
|
(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
|
|
(add-to-list 'load-path "~/.emacs.d/elisp/lua-mode")
|
|
(add-to-list 'load-path "~/.emacs.d/elisp/markdown-mode")
|
|
(add-to-list 'load-path "~/.emacs.d/elisp/php-mode")
|
|
(add-to-list 'load-path "~/.emacs.d/elisp/rainbow")
|
|
(add-to-list 'load-path "~/.emacs.d/elisp/rainbow-delimiters")
|
|
(add-to-list 'load-path "~/.emacs.d/elisp/zencoding")
|
|
(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
|
|
|
|
(provide 'ryuslash-load-path)
|