Wakatime and EditorConfig
This commit is contained in:
parent
512f4ccd50
commit
db5c06b1f6
1 changed files with 11 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
("melpa" . "https://melpa.org/packages/")
|
||||
("org" . "https://orgmode.org/elpa/")))
|
||||
'(package-selected-packages
|
||||
'(super-save ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
||||
'(wakatime-mode super-save ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
||||
'(undo-tree-auto-save-history t)
|
||||
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
||||
'(undo-tree-visualizer-diff t)
|
||||
|
@ -183,6 +183,16 @@
|
|||
:config
|
||||
(super-save-mode +1))
|
||||
|
||||
;; EditorConfig
|
||||
(use-package editorconfig
|
||||
:ensure t
|
||||
:config
|
||||
(editorconfig-mode 1))
|
||||
|
||||
;; Wakatime
|
||||
(use-package wakatime-mode
|
||||
:hook (after-init . global-wakatime-mode))
|
||||
|
||||
;; Org Mode
|
||||
(use-package org
|
||||
:mode (("\\.org$" . org-mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue