Fix: package names for some of my settings
This commit is contained in:
parent
8fd772cb90
commit
c8dc758a33
3 changed files with 4 additions and 5 deletions
|
@ -3540,7 +3540,7 @@ done at a specific time, such as coaching sessions ([[#h:f8f06938-0dfe-45c3-b4cf
|
|||
:END:
|
||||
|
||||
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-org.el"
|
||||
(use-package paragraphs
|
||||
(use-package emacs
|
||||
:ensure nil
|
||||
:config
|
||||
(setq sentence-end-double-space nil))
|
||||
|
@ -4979,7 +4979,7 @@ NOTE: All these settings are being added after the provide form, which is a big
|
|||
:END:
|
||||
|
||||
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-essentials.el"
|
||||
(use-package startup
|
||||
(use-package emacs
|
||||
:ensure nil
|
||||
:config
|
||||
(setq user-mail-address "vedang@unravel.tech"))
|
||||
|
|
|
@ -196,8 +196,7 @@ If the region is selected, retain the original behaviour, otherwise call
|
|||
:config
|
||||
(setq column-number-mode t))
|
||||
|
||||
|
||||
(use-package startup
|
||||
(use-package emacs
|
||||
:ensure nil
|
||||
:config
|
||||
(setq user-mail-address "vedang@unravel.tech"))
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
;; Create reminders for tasks with a due date when this file is read.
|
||||
(org-agenda-to-appt)))
|
||||
|
||||
(use-package paragraphs
|
||||
(use-package emacs
|
||||
:ensure nil
|
||||
:config
|
||||
(setq sentence-end-double-space nil))
|
||||
|
|
Loading…
Reference in a new issue