-c-style languages config because it's redundant
This commit is contained in:
@@ -158,13 +158,9 @@ My docsets are stored in .docsets for ease of use
|
|||||||
(interactive)
|
(interactive)
|
||||||
(wttrin (shell-command-to-string "pass location"))))
|
(wttrin (shell-command-to-string "pass location"))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Languages
|
|
||||||
*** C-style
|
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(after! cc-mode
|
|
||||||
(add-hook! 'c-mode-hook '(lambda ()
|
|
||||||
(setq c-basic-offset 2))))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Languages
|
||||||
*** C#
|
*** C#
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(after! csharp-mode
|
(after! csharp-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user