8000 update fringe configuration · ninrod/dotfiles@a6dd016 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
update fringe configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ninrod committed Oct 24, 2016
1 parent b36acc4 commit a6dd016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emacs/boot.org
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ the right."

;; careful with emacs compiled with `nox'
(scroll-bar-mode -1)

(fringe-mode 0)
(tool-bar-mode -1)
(menu-bar-mode -1)
(fset 'yes-or-no-p 'y-or-n-p)
Expand All @@ -257,7 +257,6 @@ the right."
** gui
#+BEGIN_SRC emacs-lisp
(when (display-graphic-p)
(fringe-mode 0)
(when (eq system-type 'darwin)
;; start maximized
;; (toggle-frame-maximized)
Expand Down

0 comments on commit a6dd016

Please sign in to comment.
0