Skip to content

Commit

Permalink
feat: Add config for scad-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Dec 13, 2024
1 parent 0322803 commit 85db63e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ This function should only modify configuration layer settings."
org-noter
org-roam-ui
posframe
scad-mode
ssh-agency
xclip
)
Expand Down
4 changes: 4 additions & 0 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ Autocompletion config for launch files.
:load-path "~/.spacemacs.d/private/catkin-make"
:config (catkin-make-keybinding-setup))
#+END_SRC
*** scad-mode
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(add-hook 'scad-mode-hook 'flymake-mode-on)
#+END_SRC
*** Style for linux kernel development
#+BEGIN_SRC emacs-lisp :tangle user-config.el
;; Linux kernel development
Expand Down

0 comments on commit 85db63e

Please sign in to comment.