[emacs] No, not combolate
This commit is contained in:
parent
e687d829a9
commit
a5ed542493
1 changed files with 21 additions and 21 deletions
|
|
@ -1326,27 +1326,27 @@ Or, uh, Objective C, I guess."
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; Combobulate
|
;; Combobulate
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
(use-package combobulate
|
;; (use-package combobulate
|
||||||
:preface
|
;; :preface
|
||||||
;; You can customize Combobulate's key prefix here.
|
;; ;; You can customize Combobulate's key prefix here.
|
||||||
;; Note that you may have to restart Emacs for this to take effect!
|
;; ;; Note that you may have to restart Emacs for this to take effect!
|
||||||
(setq combobulate-key-prefix "C-c o")
|
;; (setq combobulate-key-prefix "C-c o")
|
||||||
|
|
||||||
;; Optional, but recommended.
|
;; ;; Optional, but recommended.
|
||||||
;;
|
;; ;;
|
||||||
;; You can manually enable Combobulate with `M-x
|
;; ;; You can manually enable Combobulate with `M-x
|
||||||
;; combobulate-mode'.
|
;; ;; combobulate-mode'.
|
||||||
;; :hook
|
;; ;; :hook
|
||||||
;; ((python-ts-mode . combobulate-mode)
|
;; ;; ((python-ts-mode . combobulate-mode)
|
||||||
;; (js-ts-mode . combobulate-mode)
|
;; ;; (js-ts-mode . combobulate-mode)
|
||||||
;; (html-ts-mode . combobulate-mode)
|
;; ;; (html-ts-mode . combobulate-mode)
|
||||||
;; (css-ts-mode . combobulate-mode)
|
;; ;; (css-ts-mode . combobulate-mode)
|
||||||
;; (yaml-ts-mode . combobulate-mode)
|
;; ;; (yaml-ts-mode . combobulate-mode)
|
||||||
;; (typescript-ts-mode . combobulate-mode)
|
;; ;; (typescript-ts-mode . combobulate-mode)
|
||||||
;; (json-ts-mode . combobulate-mode)
|
;; ;; (json-ts-mode . combobulate-mode)
|
||||||
;; (tsx-ts-mode . combobulate-mode))
|
;; ;; (tsx-ts-mode . combobulate-mode))
|
||||||
;; Amend this to the directory where you keep Combobulate's source
|
;; ;; Amend this to the directory where you keep Combobulate's source
|
||||||
;; code.
|
;; ;; code.
|
||||||
:load-path ("/home/doty/src/combobulate"))
|
;; :load-path ("/home/doty/src/combobulate"))
|
||||||
|
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue