commit cf5efcf085eb1587686326b74f6d4f58d3320c8f
parent fd1ea39c8994886c8c5e47104c17b3e232424062
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 24 Feb 2020 16:23:56 +0300
set custom-file
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,3 +1,4 @@
+01-custom.el
*~
auto-save-list
bookmarks
diff --git a/lisp.d/99-settings.el b/lisp.d/99-settings.el
@@ -1,10 +1,13 @@
;; Disable the clutter
(menu-bar-mode 0)
-; (tool-bar-mode 0)
+(tool-bar-mode 0)
(scroll-bar-mode 0)
;; Remove custom-file
-(setq custom-file "/dev/null")
+(setq custom-file "~/.emacs.d/lisp.d/01-custom.el")
;; Backup options
(setq backup-directory-alist `(("." . "~/.cache/emacs/saves")))
+
+;; Cal/Diary
+(appt-activate 1)