some small update
This commit is contained in:
parent
d135f25860
commit
064e0d4881
3 changed files with 9 additions and 1 deletions
4
init.el
4
init.el
|
@ -298,6 +298,7 @@
|
|||
:config
|
||||
(global-evil-surround-mode +1))
|
||||
|
||||
(setq lpr-command "lpr -o sides=two-sided-long-edge -# ")
|
||||
(defun chris/org-mode-setup ()
|
||||
(interactive)
|
||||
(org-indent-mode +1)
|
||||
|
@ -679,6 +680,8 @@
|
|||
|
||||
(use-package org-modern
|
||||
:config
|
||||
|
||||
(setq org-modern-timestamp nil)
|
||||
|
||||
(custom-set-faces
|
||||
'(org-modern-tag ((t :background "#9aedfe" :foreground "#282a36")))
|
||||
|
@ -1443,6 +1446,7 @@ targets."
|
|||
rustic-lsp-client 'eglot))
|
||||
|
||||
(use-package web-mode
|
||||
:mode "\\.html\\'"
|
||||
:config
|
||||
(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.phtml?\\'" . web-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue