Skip to content

Commit

Permalink
selene
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeimw committed Feb 3, 2024
1 parent 03edfda commit a41ed35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion selene.org
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ emacs --daemon
(package! rainbow-mode)
(package! mixed-pitch)
(package! devdocs)
(package! olivetti)
#+end_src

** config.el
Expand Down Expand Up @@ -131,7 +132,10 @@ popup rules
misc.
#+begin_src emacs-lisp :tangle ~/.config/doom/config.el
(map! :leader
"j" #'(lambda () (interactive) (find-file "~/selene.org"))
; selene keyspace
"s s" #'(lambda () (interactive) (find-file "~/selene.org"))
"s o" #'olivetti-mode

"v" #'+vterm/toggle
"d" #'devdocs-lookup

Expand Down

0 comments on commit a41ed35

Please sign in to comment.