diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-30 01:31:45 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-30 01:31:45 -0400 |
commit | 4b4e432d1eddeef0848647a15082126aab63fd2d (patch) | |
tree | 57fade2b21a5f7059a4b12061525fc94d97fb802 | |
parent | 3b98e899af7321f2a26d414f360ac575ac153b63 (diff) | |
download | configs-4b4e432d1eddeef0848647a15082126aab63fd2d.tar.gz configs-4b4e432d1eddeef0848647a15082126aab63fd2d.tar.xz configs-4b4e432d1eddeef0848647a15082126aab63fd2d.zip |
[emacs] use fringe-mode with default width
Also, don't tangle the installation source block for now.
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,7 @@ To use this config for your Emacs, first you need to clone this repo, then bootstrap Borg, tell Borg to retrieve package submodules, and byte-compiled the packages. Something along these lines should work: -#+begin_src sh +#+begin_src sh :tangle no git clone https://github.com/aminb/dotfiles ~/.emacs.d cd ~/.emacs.d make bootstrap-borg @@ -353,6 +353,7 @@ EXWM. I'm fine with the default for now. #+begin_src emacs-lisp ;; (fringe-mode '(3 . 1)) +(fringe-mode nil) #+end_src *** Disable disabled commands |