mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
[emacs] Add scad-mode
This commit is contained in:
parent
8c82ceb82d
commit
ce64fcc554
2 changed files with 9 additions and 0 deletions
|
@ -1082,6 +1082,14 @@ Adds shortcuts to edit the structure of lisp code.
|
|||
(use-package! paredit
|
||||
:hook ((emacs-lisp-mode . enable-paredit-mode)))
|
||||
#+end_src
|
||||
** OpenSCAD
|
||||
Mode for editing OpenSCAD 3D modeling files. Files can be opened externally for
|
||||
live-updated previews within OpenSCAD itself using =C-c C-o=.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! scad-mode
|
||||
:mode "\\.scad\\'")
|
||||
#+end_src
|
||||
* Applications
|
||||
** Email
|
||||
Configure MU4E to read email synced from my personal and work accounts.
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
(package! mixed-pitch)
|
||||
(package! nov)
|
||||
(package! ob-http)
|
||||
(package! scad-mode)
|
||||
(package! org-msg)
|
||||
(package! org-ref)
|
||||
(package! org-roam-bibtex :recipe (:host github :repo "org-roam/org-roam-bibtex"))
|
||||
|
|
Loading…
Reference in a new issue