Guest User

Untitled

a guest
Jul 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. (setq load-path (cons "~/.emacs.d/" load-path))
  2. (require 'color-theme)
  3. (color-theme-initialize)
  4. (color-theme-subdued)
  5.  
  6. -------------------------------------------------
  7.  
  8. Warning (initialization): An error occurred while loading `/home/drot/.emacs':
  9.  
  10. Symbol's function definition is void: color-theme-subdued
  11.  
  12. -------------------------------------------------
  13. $ ls .emacs.d/
  14. auto-save-list color-theme-subdued.el
Add Comment
Please, Sign In to add comment