From 57adf834273366bf1cbace63d819567bf2ad3e8d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 12 Feb 2021 23:00:01 -0600 Subject: Move stuff around --- config.org | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'config.org') 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 (setq-default mode-line-format nil) #+end_src -**** Window Dividers - -#+begin_src emacs-lisp :noweb-ref settings - (setq-default window-divider-default-places t ; bottom and right - window-divider-default-bottom-width 2 - window-divider-default-right-width 2) -#+end_src - -#+begin_src emacs-lisp :noweb-ref modes - (window-divider-mode +1) -#+end_src - *** Frame titles #+begin_src emacs-lisp :noweb-ref settings @@ -170,31 +158,20 @@ and have made a custom fringe bitmap. #b00000000]) #+end_src -*** COMMENT Nyan mode - -+Fuck it, let's have some fun.+ COMMENTED out because it messes up my -modeline :( - -This obviously needs a lot more research. - -#+begin_src emacs-lisp :noweb-ref packages - (straight-use-package 'nyan-mode) -#+end_src +** Windows -I add it to the modeline [[*Simple modeline][below]]. +*** Window Dividers #+begin_src emacs-lisp :noweb-ref settings - (setq-default nyan-bar-length 20) + (setq-default window-divider-default-places 'right-only ; only right + window-divider-default-bottom-width 2 + window-divider-default-right-width 2) #+end_src -But I still have to enable the mode ?! - -#+begin_src emacs-lisp :noweb-ref settings - (nyan-mode +1) +#+begin_src emacs-lisp :noweb-ref modes + (window-divider-mode +1) #+end_src -** Windows - *** Splitting windows sensibly This is extremely fiddly and I'd love another option. @@ -754,6 +731,29 @@ Shows where we are in the modeline. (which-function-mode +1) #+end_src +**** COMMENT Nyan mode :package: + ++Fuck it, let's have some fun.+ COMMENTED out because it messes up my +modeline :( + +This obviously needs a lot more research. + +#+begin_src emacs-lisp :noweb-ref packages + (straight-use-package 'nyan-mode) +#+end_src + +I add it to the modeline [[*Simple modeline][below]]. + +#+begin_src emacs-lisp :noweb-ref settings + (setq-default nyan-bar-length 20) +#+end_src + +But I still have to enable the mode ?! + +#+begin_src emacs-lisp :noweb-ref settings + (nyan-mode +1) +#+end_src + *** Setting faces It took me a while to find a function that'll let me customize faces -- cgit 1.4.1-21-gabe81