dotfiles/home/.emacs.d/personal/custom.el

14 lines
291 B
EmacsLisp

;;; bascht --- custom settings
;;; Commentary:
;;; Everyting emacs will spit out of M-x customize
;;; Code:
(custom-set-variables
'(custom-safe-themes
(quote
("987d1efa769be3310d48359e54e3c8f6a742449f0c46a651512368359020b87f" default))))
(provide 'custom)
;;; custom.el ends here