Clean up Elixir and Elisp modes
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled

This commit is contained in:
Maciej 2024-07-22 11:28:16 +03:00
parent 5044e50b03
commit d054822cdd
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 65 additions and 43 deletions

View file

@ -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