add yaml-mode and trilling space
This commit is contained in:
parent
bf742ab74c
commit
a4d0ff454d
11
settings.org
11
settings.org
@ -1,7 +1,7 @@
|
|||||||
* Looks
|
* Looks
|
||||||
** Font
|
** Font
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(set-frame-font "MonoLisa 18" nil t)
|
(set-frame-font "MonoLisa 20" nil t)
|
||||||
(set-fontset-font t '(#x1f000 . #x1faff) (font-spec :family "Myne Noto Color Emoji"))
|
(set-fontset-font t '(#x1f000 . #x1faff) (font-spec :family "Myne Noto Color Emoji"))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Themes
|
** Themes
|
||||||
@ -129,6 +129,10 @@ Consel
|
|||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
*** Enable trailling white space
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq-default show-trailing-whitespace t)
|
||||||
|
#+end_src
|
||||||
** Langs
|
** Langs
|
||||||
Set up tree sitter
|
Set up tree sitter
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
@ -202,6 +206,11 @@ Setup tree sitter based indentation
|
|||||||
;;(add-to-list 'auto-mode-alist '("\\.tsx?\\'" . web-mode))
|
;;(add-to-list 'auto-mode-alist '("\\.tsx?\\'" . web-mode))
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
*** yaml
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package yaml-mode
|
||||||
|
:ensure t)
|
||||||
|
#+end_src
|
||||||
* Settings
|
* Settings
|
||||||
** Backup files
|
** Backup files
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user