Skip to content

Commit

Permalink
fix header level
Browse files Browse the repository at this point in the history
  • Loading branch information
patrl committed Apr 25, 2024
1 parent 8c5103c commit 9b5a3e8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -570,12 +570,6 @@ Visually distinguish between 'real' buffers and everything else.

Some nice themes:

#+begin_src emacs-lisp :tangle init.el
(use-package tron-legacy-theme
:config
(setq tron-legacy-theme-vivid-cursor t))
#+end_src

#+begin_src emacs-lisp :tangle init.el
(use-package catppuccin-theme
:config
Expand Down Expand Up @@ -647,7 +641,7 @@ Not sure if I want to keep this around.
(popper-echo-mode +1))
#+end_src

**** ~bufler~
*** ~bufler~

- [[https://github.com/alphapapa/bufler.el][GitHub - alphapapa/bufler.el: A butler for your buffers. Group buffers into w...]]

Expand All @@ -671,7 +665,7 @@ This has been quite nice so far.
"d" 'bufler-list-buffer-kill))
#+end_src

**** Projects
*** Projects

Use built in ~project.el~.

Expand All @@ -683,7 +677,7 @@ Use built in ~project.el~.
(patrl/leader-keys "p" '(:keymap project-prefix-map :wk "project")))
#+end_src

**** File management
*** File management

Use built-in ~dired~.

Expand Down Expand Up @@ -2011,5 +2005,5 @@ Packages I've tried out which, for whatever reason, haven't suited me.
;; eval: (add-hook 'after-save-hook (lambda nil (if (y-or-n-p "Export?") (org-html-export-to-html))) nil t)
;; eval: (add-hook 'after-save-hook (lambda ()(if (y-or-n-p "Reload?")(load-file user-init-file))) nil t)
;; eval: (add-hook 'after-save-hook (lambda ()(if (y-or-n-p "Tangle?")(org-babel-tangle))) nil t)
;; jinx-local-words: "avy"
;; jinx-local-words: "avy todo"
;; End:

0 comments on commit 9b5a3e8

Please sign in to comment.