Skip to content

Commit

Permalink
feat: remove defunct cmake mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hhirsch committed Mar 27, 2024
1 parent 64b0e41 commit 8cab3c9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@
(setq auto-save-file-name-transforms
`((".*" "~/.saves" t)))

;; Cmake support
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; (use-package cmake-mode ;;
;; :ensure t ;;
;; :init ;;
;; (add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode)) ;;
;; (add-to-list 'auto-mode-alist '("\\.cmake\\'" . cmake-mode))) ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;(add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode))

;; Dashboard Configuration
(ensure-package-is-installed 'dashboard)
(use-package dashboard
Expand Down

0 comments on commit 8cab3c9

Please sign in to comment.