new emacs stuff
This commit is contained in:
parent
bbf6481d9e
commit
f3f98ccf35
|
@ -10,7 +10,7 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
'(custom-enabled-themes '(tango-dark))
|
||||
'(package-selected-packages
|
||||
'(company yasnippet project eglot dockerfile-mode php-mode web-mode kotlin-mode markdown-mode elpher yaml-mode raku-mode emojify)))
|
||||
'(flycheck-raku company yasnippet project eglot dockerfile-mode php-mode web-mode kotlin-mode markdown-mode elpher yaml-mode raku-mode emojify)))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
@ -100,3 +100,10 @@
|
|||
cperl-indent-subs-specially nil
|
||||
cperl-highlight-variables-indiscriminately t
|
||||
cperl-invalid-face nil)
|
||||
|
||||
;; raku-mode cope
|
||||
(add-hook 'raku-mode-hook
|
||||
(lambda ()
|
||||
(setq tab-width 4)
|
||||
(local-set-key (kbd "TAB") 'tab-to-tab-stop)
|
||||
(electric-indent-local-mode -1)))
|
||||
|
|
Loading…
Reference in a new issue