Indentation changes and Structural changes
This commit is contained in:
19
main.org
19
main.org
@@ -38,11 +38,17 @@ replacement for defining configs and relations between packages etc.
|
||||
|
||||
(leaf leaf-tree :ensure t)
|
||||
(leaf leaf-convert :ensure t)
|
||||
(leaf transient-dwim
|
||||
:ensure t
|
||||
(leaf transient-dwim :ensure t
|
||||
:bind (("M-=" . transient-dwim-dispatch)))
|
||||
#+end_src
|
||||
|
||||
** MacOS Specific
|
||||
|
||||
#+begin_src elisp :tangle yes
|
||||
(when (eq system-type 'darwin)
|
||||
(setq mac-option-modifier 'meta))
|
||||
#+end_src
|
||||
|
||||
** Performance
|
||||
|
||||
*** Garbage Collection
|
||||
@@ -83,14 +89,7 @@ Set the backups directory to reside in the users' emacs directory.
|
||||
`(("." . ,(concat user-emacs-directory "backups")))))
|
||||
#+end_src
|
||||
|
||||
* MacOS Specific
|
||||
|
||||
#+begin_src elisp :tangle yes
|
||||
(when (eq system-type 'darwin)
|
||||
(setq mac-option-modifier 'meta))
|
||||
#+end_src
|
||||
|
||||
** Path Preservation
|
||||
** Shell Path Preservation
|
||||
|
||||
Exec-path-from-shell ensures that path variable is preserved from
|
||||
shell.
|
||||
|
||||
Reference in New Issue
Block a user