diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0967aeb..7cf1b8b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1326,27 +1326,27 @@ Or, uh, Objective C, I guess." ;; ================================================================= ;; Combobulate ;; ================================================================= -(use-package combobulate - :preface - ;; You can customize Combobulate's key prefix here. - ;; Note that you may have to restart Emacs for this to take effect! - (setq combobulate-key-prefix "C-c o") +;; (use-package combobulate +;; :preface +;; ;; You can customize Combobulate's key prefix here. +;; ;; Note that you may have to restart Emacs for this to take effect! +;; (setq combobulate-key-prefix "C-c o") - ;; Optional, but recommended. - ;; - ;; You can manually enable Combobulate with `M-x - ;; combobulate-mode'. - ;; :hook - ;; ((python-ts-mode . combobulate-mode) - ;; (js-ts-mode . combobulate-mode) - ;; (html-ts-mode . combobulate-mode) - ;; (css-ts-mode . combobulate-mode) - ;; (yaml-ts-mode . combobulate-mode) - ;; (typescript-ts-mode . combobulate-mode) - ;; (json-ts-mode . combobulate-mode) - ;; (tsx-ts-mode . combobulate-mode)) - ;; Amend this to the directory where you keep Combobulate's source - ;; code. - :load-path ("/home/doty/src/combobulate")) +;; ;; Optional, but recommended. +;; ;; +;; ;; You can manually enable Combobulate with `M-x +;; ;; combobulate-mode'. +;; ;; :hook +;; ;; ((python-ts-mode . combobulate-mode) +;; ;; (js-ts-mode . combobulate-mode) +;; ;; (html-ts-mode . combobulate-mode) +;; ;; (css-ts-mode . combobulate-mode) +;; ;; (yaml-ts-mode . combobulate-mode) +;; ;; (typescript-ts-mode . combobulate-mode) +;; ;; (json-ts-mode . combobulate-mode) +;; ;; (tsx-ts-mode . combobulate-mode)) +;; ;; Amend this to the directory where you keep Combobulate's source +;; ;; code. +;; :load-path ("/home/doty/src/combobulate")) ;;; init.el ends here