space for personal stuff

This commit is contained in:
eli 2019-09-04 15:46:42 -04:00
parent 5f75e339f4
commit 15122efe40
3 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,6 @@
*/.DS_STORE
/elpa
/local-elisp
*.el~
*.org~
pillow-fort.el
@ -8,3 +9,4 @@ eshell
.cache
session*
projectile-bookmarks.eld
blanket-fort.el

View File

@ -42,6 +42,10 @@
(require 'org)
(org-babel-load-file (expand-file-name "~/.emacs.d/pillow-fort.org"))
;; Load custom stuff if available
(when (file-exists-p "~/.emacs.d/blanket-fort.el")
(load "~/.emacs.d/blanket-fort.el"))
(provide 'init)
;;; init.el ends here
(custom-set-variables

View File

@ -118,7 +118,8 @@ I've been waffling a lot, lately, and also enjoying light themes.
:ensure t
:config (add-hook 'prog-mode-hook #'rainbow-delimiters-mode)) ; on by default
(use-package rainbow-identifiers
:ensure t)
:ensure t
:config (add-hook 'prog-mode-hook #'rainbow-identifiers-mode))
(use-package nyan-mode
:ensure t
:config (add-hook 'prog-mode-hook #'nyan-mode))