Clean up Elixir and Elisp modes
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
This commit is contained in:
parent
5044e50b03
commit
d054822cdd
7 changed files with 65 additions and 43 deletions
|
|
@ -53,9 +53,8 @@
|
|||
:straight t
|
||||
:defer t
|
||||
:config
|
||||
(add-to-list 'dash-at-point-mode-alist
|
||||
;; Configure lookup for Ruby mode
|
||||
'(enh-ruby-mode . "ruby,rubygems,rails")))
|
||||
(add-to-list 'dash-at-point-mode-alist '(enh-ruby-mode . "ruby,rubygems,rails"))
|
||||
(add-to-list 'dash-at-point-mode-alist '(elixir-ts-mode . "elixir,hex")))
|
||||
|
||||
;; By default, use 2 spaces for indentation
|
||||
(setq tab-width 2)
|
||||
|
|
@ -76,8 +75,5 @@
|
|||
;; Vim-like regex replace with preview in buffer.
|
||||
(use-package visual-regexp :straight t :defer t)
|
||||
|
||||
;; Formatter for many files
|
||||
(use-package apheleia :straight t :defer t)
|
||||
|
||||
(provide '+custom-pkg-prog-mode)
|
||||
;;; prog-mode ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue