Namespace most of my custom functions
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
dd5387cd7e
commit
c2caa56b35
25 changed files with 82 additions and 85 deletions
|
|
@ -14,9 +14,9 @@
|
|||
:straight t
|
||||
:defer t)
|
||||
|
||||
(defun activate-ruby-mode ()
|
||||
(defun icejam/activate-ruby-mode ()
|
||||
"All things for ruby mode."
|
||||
(set-indent 2)
|
||||
(icejam/set-indent 2)
|
||||
|
||||
;; Disable reek syntax checking permanently
|
||||
(add-to-list (make-local-variable 'flycheck-disabled-checkers) 'ruby-reek 'ruby-rubocop)
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
(add-hook 'enh-ruby-mode-hook 'ruby-end-mode)
|
||||
(eval-after-load 'rspec-mode
|
||||
'(rspec-install-snippets))
|
||||
(add-hook 'enh-ruby-mode-hook 'activate-ruby-mode)
|
||||
(add-hook 'enh-ruby-mode-hook 'icejam/activate-ruby-mod)
|
||||
;; (add-hook 'enh-ruby-mode-hook 'lsp-deferred)
|
||||
|
||||
(provide 'icejam-lang-ruby)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue