From 476494494d73f3da6d08bfb5308c9b9fbac23767 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Sun, 3 Aug 2014 20:26:15 -0700 Subject: [PATCH] custom --- .emacs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.emacs b/.emacs index 89c3bc963..763be0ad7 100644 --- a/.emacs +++ b/.emacs @@ -74,3 +74,15 @@ ; Disable Stupid Bell (setq ring-bell-function #'ignore) +(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 ("8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" 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. + )