aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-12-24 15:09:09 +0100
committerJakob Odersky <jakob@odersky.com>2016-12-24 15:09:09 +0100
commit81d5fc817ea5dbfb88e5318ff17d5cda81c9b7c5 (patch)
treef2c9d25dccf7e34c0e85c3990dafdb6102d1e6aa /home/.emacs.d/init.el
parent0334d35a78f34d057299a9cd7c08cb1ab8754fbc (diff)
downloaddotfiles-81d5fc817ea5dbfb88e5318ff17d5cda81c9b7c5.tar.gz
dotfiles-81d5fc817ea5dbfb88e5318ff17d5cda81c9b7c5.tar.bz2
dotfiles-81d5fc817ea5dbfb88e5318ff17d5cda81c9b7c5.zip
update emacs config
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 56494ce..e8e4c82 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -7,7 +7,7 @@
(global-linum-mode t)
(setq column-number-mode t)
(setq inhibit-splash-screen t)
-(setq initial-scratch-message "")
+(setq initial-scratch-message nil)
(setq ring-bell-function 'ignore)
;; disable backups, autosave and lockfiles
@@ -17,6 +17,9 @@
(setq create-lockfiles nil)
(global-auto-revert-mode t)
+;; save customizations to separate file
+(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
+
;; font
(set-face-attribute 'default nil :height 120); value is in 1/10pt, so 100 will give you 10pt, etc.