Unset org-mode as the default mode

This commit is contained in:
coolneng 2021-11-22 17:03:41 +01:00
parent c04d688c14
commit b4818d0e20
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@
(after! projectile
(add-to-list 'projectile-globally-ignored-files ".gitkeep")
(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
(add-to-list 'auto-mode-alist '("\\.[rR]md\\'" . poly-markdown+R-mode))
;; Keybindings for R markdown polymode