Indentation changes and Structural changes

This commit is contained in:
2024-06-05 09:53:46 -04:00
parent f8f64a0802
commit 937e5d5518

View File

@@ -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.