Update init
This commit is contained in:
parent
b111f75e6b
commit
46db3d5315
1 changed files with 2 additions and 3 deletions
5
init.el
5
init.el
|
@ -37,6 +37,7 @@ There are two things you can do about this warning:
|
||||||
'(calendar-date-style (quote iso))
|
'(calendar-date-style (quote iso))
|
||||||
'(calendar-week-start-day 1)
|
'(calendar-week-start-day 1)
|
||||||
'(column-number-mode nil)
|
'(column-number-mode nil)
|
||||||
|
'(custom-enabled-themes (quote (nord)))
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
(quote
|
(quote
|
||||||
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
||||||
|
@ -95,7 +96,7 @@ There are two things you can do about this warning:
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(latex-extra latex-preview-pane docker docker-api docker-cli docker-compose-mode dockerfile-mode ox-mediawiki ox-minutes ox-nikola cargo racket-mode rust-mode 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)))
|
(latex-extra latex-preview-pane docker docker-api docker-cli docker-compose-mode dockerfile-mode ox-mediawiki ox-minutes ox-nikola cargo racket-mode rust-mode 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)))
|
||||||
'(python-shell-interpreter "ipython" t)
|
'(python-shell-interpreter "python3")
|
||||||
'(request-log-level (quote debug))
|
'(request-log-level (quote debug))
|
||||||
'(request-message-level (quote debug))
|
'(request-message-level (quote debug))
|
||||||
'(require-final-newline t)
|
'(require-final-newline t)
|
||||||
|
@ -104,8 +105,6 @@ There are two things you can do about this warning:
|
||||||
'(timeclock-mode-line-display t)
|
'(timeclock-mode-line-display t)
|
||||||
'(visible-bell 1))
|
'(visible-bell 1))
|
||||||
|
|
||||||
(load-theme 'nord t)
|
|
||||||
|
|
||||||
(require 'markdown-mode)
|
(require 'markdown-mode)
|
||||||
(require 'linum-relative)
|
(require 'linum-relative)
|
||||||
(require 'fill-column-indicator)
|
(require 'fill-column-indicator)
|
||||||
|
|
Loading…
Add table
Reference in a new issue