Skip to content

Commit

Permalink
Automated backup using backup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampertX committed Feb 15, 2021
1 parent 0a56047 commit 5e7b2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emacs/.doom.d/custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("e2acbf379aa541e07373395b977a99c878c30f20c3761aac23e9223345526bcc" "632694fd8a835e85bcc8b7bb5c1df1a0164689bc6009864faed38a9142b97057" default))
'("4a8d4375d90a7051115db94ed40e9abb2c0766e80e228ecad60e06b3b397acab" "e2acbf379aa541e07373395b977a99c878c30f20c3761aac23e9223345526bcc" "632694fd8a835e85bcc8b7bb5c1df1a0164689bc6009864faed38a9142b97057" default))
'(package-selected-packages '(clang-format+)))
(custom-set-faces
;; custom-set-faces was added by Custom.
Expand Down
4 changes: 2 additions & 2 deletions emacs/.doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@

:checkers
syntax ; tasing you for every semicolon you forget
;; spell ; tasing you for misspelling mispelling
grammar ; tasing grammar mistake every you make
spell ; tasing you for misspelling mispelling
;; grammar ; tasing grammar mistake every you make

:tools
;;ansible
Expand Down

0 comments on commit 5e7b2d8

Please sign in to comment.