More emacs

This commit is contained in:
J. Fernando Sánchez
2016-01-07 12:59:23 +01:00
parent 90d6b9aad9
commit 18af6196b3
3 changed files with 47 additions and 22 deletions

14
emacs/.emacs.d/custom.el Normal file
View File

@@ -0,0 +1,14 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
(quote
("196cc00960232cfc7e74f4e95a94a5977cb16fd28ba7282195338f68c84058ec" default))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)