Unset org-mode as the default mode
This commit is contained in:
parent
c04d688c14
commit
b4818d0e20
|
@ -61,8 +61,6 @@
|
||||||
(after! projectile
|
(after! projectile
|
||||||
(add-to-list 'projectile-globally-ignored-files ".gitkeep")
|
(add-to-list 'projectile-globally-ignored-files ".gitkeep")
|
||||||
(add-to-list 'projectile-globally-ignored-directories ".direnv"))
|
(add-to-list 'projectile-globally-ignored-directories ".direnv"))
|
||||||
;; Set org-mode as the default
|
|
||||||
(setq-default major-mode 'org-mode)
|
|
||||||
;; Associate polymode to R markdown files
|
;; Associate polymode to R markdown files
|
||||||
(add-to-list 'auto-mode-alist '("\\.[rR]md\\'" . poly-markdown+R-mode))
|
(add-to-list 'auto-mode-alist '("\\.[rR]md\\'" . poly-markdown+R-mode))
|
||||||
;; Keybindings for R markdown polymode
|
;; Keybindings for R markdown polymode
|
||||||
|
|
Loading…
Reference in New Issue