import languages module
This commit is contained in:
parent
1eb8f49be2
commit
bb6c300a47
2 changed files with 6 additions and 4 deletions
|
|
@ -56,14 +56,16 @@
|
||||||
(exec-path-from-shell-initialize))
|
(exec-path-from-shell-initialize))
|
||||||
|
|
||||||
(require 'tobmacs-completion)
|
(require 'tobmacs-completion)
|
||||||
(require 'tobmacs-org)
|
|
||||||
(require 'tobmacs-editor)
|
(require 'tobmacs-editor)
|
||||||
|
(require 'tobmacs-languages)
|
||||||
|
(require 'tobmacs-org)
|
||||||
(require 'tobmacs-vc)
|
(require 'tobmacs-vc)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
(use-package cider)
|
|
||||||
|
|
||||||
;; Clojure
|
;; Clojure
|
||||||
|
|
||||||
(use-package clojure-mode
|
(use-package clojure-mode
|
||||||
:config
|
:config
|
||||||
|
(use-package flycheck-clj-kondo)
|
||||||
(require 'flycheck-clj-kondo))
|
(require 'flycheck-clj-kondo))
|
||||||
|
|
||||||
(use-package flycheck-clj-kondo)
|
(use-package cider
|
||||||
|
:defer t)
|
||||||
|
|
||||||
(use-package clj-refactor
|
(use-package clj-refactor
|
||||||
:init
|
:init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue