summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-04 14:20:33 -0600
committerCase Duckworth2021-01-04 14:20:33 -0600
commitb99c2203f565ca7255adfdbb73719ebcaf61ffa5 (patch)
tree7e2ec151cbd477bee3be38c8f6154fea33d6295e /config.org
parentAdd company (diff)
downloademacs-b99c2203f565ca7255adfdbb73719ebcaf61ffa5.tar.gz
emacs-b99c2203f565ca7255adfdbb73719ebcaf61ffa5.zip
Add popwin
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.org b/config.org index 5e4021b..9cf7bcb 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-04 13:39:13 acdw> 8#+Time-stamp: <2021-01-04 14:20:09 acdw>
9 9
10* Basics 10* Basics
11 11
@@ -275,6 +275,13 @@ end of the buffer.")
275(global-set-key (kbd "M-o") #'other-window) 275(global-set-key (kbd "M-o") #'other-window)
276#+END_SRC 276#+END_SRC
277 277
278**** Pop-up windows
279
280 #+BEGIN_SRC emacs-lisp
281 (straight-use-package 'popwin)
282 (popwin-mode +1)
283 #+end_src
284
278*** Buffers 285*** Buffers
279 286
280**** Uniquify buffers 287**** Uniquify buffers