Refactor initfiles

This commit is contained in:
Henrik Lissner 2014-07-21 03:52:01 -04:00
parent d5f2bb1d23
commit 223e9843b6
11 changed files with 96 additions and 84 deletions

View file

@ -33,7 +33,7 @@
;; Modeline settings
;; TODO: Customize modeline
;;;; GUI Settings ;;;;;;;;;;;;;;;;;;;;;
@ -46,9 +46,9 @@
;; Use system clipboard
(setq ring-bell-function 'ignore)
(if (functionp 'tool-bar-mode) (tool-bar-mode -1))
(if (functionp 'scroll-bar-mode) (scroll-bar-mode -1))
(if (functionp 'menu-bar-mode) (menu-bar-mode -1))
(when (functionp 'tool-bar-mode) (tool-bar-mode -1))
(when (functionp 'scroll-bar-mode) (scroll-bar-mode -1))
(when (functionp 'menu-bar-mode) (menu-bar-mode -1))
;;