summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-12 23:00:01 -0600
committerCase Duckworth2021-02-12 23:00:01 -0600
commit57adf834273366bf1cbace63d819567bf2ad3e8d (patch)
tree924c123a8c01e378a669125896cf6ab04385fe8b /config.org
parentRemove redundant (and anyway commented) nyan-mode section (diff)
downloademacs-57adf834273366bf1cbace63d819567bf2ad3e8d.tar.gz
emacs-57adf834273366bf1cbace63d819567bf2ad3e8d.zip
Move stuff around
Diffstat (limited to 'config.org')
-rw-r--r--config.org60
1 files changed, 30 insertions, 30 deletions
diff --git a/config.org b/config.org index d0b1a35..ab811d2 100644 --- a/config.org +++ b/config.org
@@ -89,18 +89,6 @@ Wait until my *fancy* modeline is loaded -- from [[https://github.com/KaratasFur
89 (setq-default mode-line-format nil) 89 (setq-default mode-line-format nil)
90#+end_src 90#+end_src
91 91
92**** Window Dividers
93
94#+begin_src emacs-lisp :noweb-ref settings
95 (setq-default window-divider-default-places t ; bottom and right
96 window-divider-default-bottom-width 2
97 window-divider-default-right-width 2)
98#+end_src
99
100#+begin_src emacs-lisp :noweb-ref modes
101 (window-divider-mode +1)
102#+end_src
103
104*** Frame titles 92*** Frame titles
105 93
106#+begin_src emacs-lisp :noweb-ref settings 94#+begin_src emacs-lisp :noweb-ref settings
@@ -170,31 +158,20 @@ and have made a custom fringe bitmap.
170 #b00000000]) 158 #b00000000])
171#+end_src 159#+end_src
172 160
173*** COMMENT Nyan mode 161** Windows
174
175+Fuck it, let's have some fun.+ COMMENTED out because it messes up my
176modeline :(
177
178This obviously needs a lot more research.
179
180#+begin_src emacs-lisp :noweb-ref packages
181 (straight-use-package 'nyan-mode)
182#+end_src
183 162
184I add it to the modeline [[*Simple modeline][below]]. 163*** Window Dividers
185 164
186#+begin_src emacs-lisp :noweb-ref settings 165#+begin_src emacs-lisp :noweb-ref settings
187 (setq-default nyan-bar-length 20) 166 (setq-default window-divider-default-places 'right-only ; only right
167 window-divider-default-bottom-width 2
168 window-divider-default-right-width 2)
188#+end_src 169#+end_src
189 170
190But I still have to enable the mode ?! 171#+begin_src emacs-lisp :noweb-ref modes
191 172 (window-divider-mode +1)
192#+begin_src emacs-lisp :noweb-ref settings
193 (nyan-mode +1)
194#+end_src 173#+end_src
195 174
196** Windows
197
198*** Splitting windows sensibly 175*** Splitting windows sensibly
199 176
200This is extremely fiddly and I'd love another option. 177This is extremely fiddly and I'd love another option.
@@ -754,6 +731,29 @@ Shows where we are in the modeline.
754 (which-function-mode +1) 731 (which-function-mode +1)
755#+end_src 732#+end_src
756 733
734**** COMMENT Nyan mode :package:
735
736+Fuck it, let's have some fun.+ COMMENTED out because it messes up my
737modeline :(
738
739This obviously needs a lot more research.
740
741#+begin_src emacs-lisp :noweb-ref packages
742 (straight-use-package 'nyan-mode)
743#+end_src
744
745I add it to the modeline [[*Simple modeline][below]].
746
747#+begin_src emacs-lisp :noweb-ref settings
748 (setq-default nyan-bar-length 20)
749#+end_src
750
751But I still have to enable the mode ?!
752
753#+begin_src emacs-lisp :noweb-ref settings
754 (nyan-mode +1)
755#+end_src
756
757*** Setting faces 757*** Setting faces
758 758
759It took me a while to find a function that'll let me customize faces 759It took me a while to find a function that'll let me customize faces