remove desktop-save-mode, only set tool-bar-mode when graphical

This commit is contained in:
Adam Goldsmith 2015-06-28 23:59:30 -04:00
parent d592a6f639
commit fe76982682
1 changed files with 2 additions and 2 deletions

4
.emacs
View File

@ -12,10 +12,10 @@
inhibit-startup-screen t
vc-follow-symlinks t)
(load-theme 'fred t)
(desktop-save-mode 1)
(savehist-mode 1)
(tool-bar-mode -1)
(show-paren-mode 1)
(when (display-graphic-p)
(tool-bar-mode -1))
;; Keybinds
(global-set-key (kbd "C-z") `recompile)