diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-02-04T22·48+0100 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-02-04T22·48+0100 |
commit | bdbc18d285dee458f73c92efeac9a5eb417892e0 (patch) | |
tree | 3c2394c6d60743419c40c82082aa56b0384f0828 /init-settings.el | |
parent | 05d10fae2ad2142555b5dbacf5fc7786ea485dec (diff) |
Various things
- Disable local file loading for now until I have a solution for the DBus problem - Emacs daemon implicitly starts server
Diffstat (limited to 'init-settings.el')
-rw-r--r-- | init-settings.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init-settings.el b/init-settings.el index 0b0233554728..524275e73fee 100644 --- a/init-settings.el +++ b/init-settings.el @@ -116,8 +116,6 @@ (set-default-font "Source Code Pro 12") -(add-to-list 'after-make-frame-functions 'set-font) - ;; Don't make the nyan cat too long ... I have other stuff in the mode ;; bar as well! (set-variable 'nyan-bar-length 15) |