Skip to content

Commit

Permalink
bar modes
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Jul 11, 2017
1 parent bf9c9ff commit a918ded
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init-global-settings.el
Expand Up @@ -49,9 +49,9 @@
;; Always start in HOME
(setq default-directory "~/")
;; Get rid of toolbar and scrollbar
;; (tool-bar-mode nil)
;; (menu-bar-mode)
;; (scroll-bar-mode nil)
(tool-bar-mode 0)
(menu-bar-mode t)
(scroll-bar-mode 0)
;; wheel mouse
;; Standard copy'n'paste
;; (cua-mode 1)
Expand Down

0 comments on commit a918ded

Please sign in to comment.