diff --git a/dot_doom.d/config.org b/dot_doom.d/config.org index 79429ff57428d115ee708cc69c31cf556b3d207e..4c708ce39aed86477cdecf1c4c582fc4cf4b26a0 100644 --- a/dot_doom.d/config.org +++ b/dot_doom.d/config.org @@ -55,7 +55,7 @@ There are two ways to load a theme. Both assume the theme is installed and available. Either set ~doom-theme~ or manually load a theme with the ~load-theme~ function. #+BEGIN_SRC emacs-lisp -(setq doom-theme 'doom-dracula) +(setq doom-theme 'rose-pine-moon) #+END_SRC This determines the style of line numbers in effect. Disable line numbers by @@ -253,5 +253,5 @@ Following established Doom conventions, bind ~SPC g p~ to ~magit-push-current-to-upstream~ #+BEGIN_SRC emacs-lisp -(global-set-key (kbd "SPC g p") 'magit-push-current-to-upstream) +(map! :leader :desc "Push upstream" "g p" #'magit-push-current-to-upstream) #+END_SRC diff --git a/dot_doom.d/packages.el b/dot_doom.d/packages.el index 001bd42fc4b980539c15c6418820a1bdcf4e02f3..f141a44920cf12c6f99be276ab62ef2f914c79bb 100644 --- a/dot_doom.d/packages.el +++ b/dot_doom.d/packages.el @@ -16,6 +16,7 @@ (package! flyspell) (package! markdown-mode) (package! auto-virtualenv) +(package! autothemer) ;; To install a package directly from a remote git repo, you must specify a ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: @@ -26,6 +27,9 @@ (package! chordpro-mode :recipe (:host github :repo "sciurius/chordpro-mode")) +(package! rose-pine-emacs + :recipe (:host github :repo "thongpv87/rose-pine-emacs")) + ;; If the package you are trying to install does not contain a PACKAGENAME.el ;; file, or is located in a subdirectory of the repo, you'll need to specify ;; `:files' in the `:recipe':