diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-12-14 14:12:16 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-12-14 14:12:16 -0800 |
commit | efffe5411fab5d58517b2d100164f069f7496eea (patch) | |
tree | 4e68eaf6f5353eb8a06498bb5b951914fca75bb7 /configs/rcs/emacs.d | |
parent | [tmux] delete it again. (diff) | |
download | emacs.d-efffe5411fab5d58517b2d100164f069f7496eea.tar.gz |
[emacs] wider fringe.
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index 1abd6b1..394f769 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -100,7 +100,7 @@ :config (progn (defun fcuny/setup-frame(&optional frame) - (fringe-mode '(8 . 8)) + (fringe-mode '(10 . 10)) (setq-default frame-title-format "%b") (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal :font "Source Code Pro") (when (eq system-type 'darwin) |