derp
This commit is contained in:
18
Emacs.org
18
Emacs.org
@@ -74,10 +74,10 @@ I use [[https://github.com/raxod502/straight.el][straight.el]] for managing pack
|
||||
(setq custom-safe-themes t) ;; Treat themes as safe
|
||||
|
||||
;; Disable line mode for specific major/minor modes.
|
||||
(dolist (mode '(org-mode-hook))
|
||||
'term-mode-hook
|
||||
'shell-mode-hook
|
||||
'eshell-mode-hook
|
||||
(dolist (mode '(org-mode-hook
|
||||
vterm-mode-hook
|
||||
term-mode-hook
|
||||
eshell-mode-hook))
|
||||
(add-hook mode (lambda () (display-line-numbers-mode 0))))
|
||||
#+end_src
|
||||
*** Transparency
|
||||
@@ -751,6 +751,16 @@ Sets HTML strings to have the background of the color they represent.
|
||||
(defvar inferior-lisp-program "sbcl")
|
||||
(use-package sly :straight t)
|
||||
#+end_src
|
||||
*** Scheme
|
||||
#+begin_src emacs-lisp
|
||||
(use-package geiser
|
||||
:straight t
|
||||
:ensure t)
|
||||
|
||||
(use-package geiser-guile
|
||||
:straight t)
|
||||
|
||||
#+end_src
|
||||
*** Snippets
|
||||
Snippets allow certain files to be filled with a template depending on its filename extension.
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
Reference in New Issue
Block a user