diff options
author | Case Duckworth | 2021-01-26 12:25:39 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-26 12:25:39 -0600 |
commit | 5ae3ef0179c911099bf578d3041ee6e7fa5dc927 (patch) | |
tree | b0fe5a014e299863330b125922503e59ec141302 | |
parent | Add split-{width,height}-threshold (diff) | |
download | emacs-5ae3ef0179c911099bf578d3041ee6e7fa5dc927.tar.gz emacs-5ae3ef0179c911099bf578d3041ee6e7fa5dc927.zip |
Add link
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 9e1d21c..9333511 100644 --- a/config.org +++ b/config.org | |||
@@ -153,6 +153,7 @@ and have made a custom fringe bitmap. | |||
153 | *** Splitting windows sensibly | 153 | *** Splitting windows sensibly |
154 | 154 | ||
155 | This is extremely fiddly and I'd love another option. | 155 | This is extremely fiddly and I'd love another option. |
156 | - [[https://www.emacswiki.org/emacs/ToggleWindowSplit][ToggleWindowSplit, EmacsWiki]] | ||
156 | 157 | ||
157 | #+begin_src emacs-lisp :noweb-ref settings | 158 | #+begin_src emacs-lisp :noweb-ref settings |
158 | (setq-default split-width-threshold 80 | 159 | (setq-default split-width-threshold 80 |