diff --git a/init.el b/init.el index 8d07c8c6..92b0e3c4 100755 --- a/init.el +++ b/init.el @@ -40,7 +40,6 @@ There are two things you can do about this warning: '(custom-safe-themes (quote ("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default))) - '(delete-selection-mode t) '(diary-file "~/Documents/Diary/diary") '(display-battery-mode nil) '(display-line-numbers (quote relative)) @@ -90,7 +89,7 @@ There are two things you can do about this warning: '(package-enable-at-startup t) '(package-selected-packages (quote - (w3m slime gherkin-mode gitlab gitlab-ci-mode org-jira powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit))) + (centered-window w3m slime gherkin-mode gitlab gitlab-ci-mode org-jira powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit))) '(require-final-newline t) '(size-indication-mode nil) '(timeclock-file "~/Documents/Diary/timelog")