Update file meta data

This commit is contained in:
Marcus Kammer 2020-02-15 15:21:26 +01:00
parent 06edaa289b
commit 8cbd14a829
5 changed files with 31 additions and 2 deletions

View file

@ -76,14 +76,15 @@
("Planet Lisp" "http://planet.lisp.org/rss20.xml" nil 3600 nil)
("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600 nil)
("Omegacube" "https://www.omegacube.com/feed/" nil 3600 nil)
("logisticsbureau" "https://www.logisticsbureau.com/feed/" nil 3600 nil))))
("logisticsbureau" "https://www.logisticsbureau.com/feed/" nil 3600 nil)
("nixcraft" "https://www.cyberciti.biz/atom/atom.xml" nil nil nil))))
'(nord-comment-brightness 15)
'(nord-region-highlight "snowstorm")
'(nord-uniform-mode-lines t)
'(package-enable-at-startup t)
'(package-selected-packages
(quote
(flymake-racket google-translate org-pomodoro olivetti elm-mode dashboard pickle poet-theme flymake-eslint json-mode elpy darkroom dockerfile-mode ein spacemacs-theme flucui-themes leuven-theme htmlize scss-mode berrys-theme web-mode python-docstring sphinx-doc sphinx-frontend sphinx-mode ox-nikola racket-mode slime gherkin-mode powershell typescript-mode ob-http ob-ipython ob-restclient nord-theme restclient request restclient-test yaml-mode magit)))
(elisp-format elisp-lint flymake-racket google-translate org-pomodoro olivetti elm-mode dashboard pickle poet-theme flymake-eslint json-mode elpy darkroom dockerfile-mode ein spacemacs-theme flucui-themes leuven-theme htmlize scss-mode berrys-theme web-mode python-docstring sphinx-doc sphinx-frontend sphinx-mode ox-nikola racket-mode slime gherkin-mode powershell typescript-mode ob-http ob-ipython ob-restclient nord-theme restclient request restclient-test yaml-mode magit)))
'(python-shell-interpreter "python3")
'(register-preview-delay 2)
'(register-separator 43)
@ -110,3 +111,10 @@
'(highlight-indentation-face ((t (:inherit hl-line))))
'(show-paren-match ((t (:inherit hl-line))))
'(variable-pitch ((t (:family "Noto Sans")))))
;; Local Variables:
;; mode: emacs-lisp
;; coding: utf-8
;; fill-column: 79
;; lisp-indent-offset: 2
;; End:

View file

@ -25,6 +25,7 @@
(provide 'display)
;; Local Variables:
;; mode: emacs-lisp
;; coding: utf-8
;; fill-column: 79
;; lisp-indent-offset: 2

View file

@ -12,3 +12,10 @@
(add-hook 'js2-mode-hook #'js2-imenu-extras-mode)
(provide 'hooks)
;; Local Variables:
;; mode: emacs-lisp
;; coding: utf-8
;; fill-column: 79
;; lisp-indent-offset: 2
;; End:

View file

@ -34,3 +34,9 @@
org-default-notes-file (concat *docs-path* "\\Journal\\notes.org"))))
(provide 'org-mode-settings)
;; Local Variables:
;; mode: emacs-lisp
;; coding: utf-8
;; fill-column: 79
;; End:

View file

@ -26,3 +26,10 @@
(when (string= (system-name) "XPS-13-9380")))
(provide 'os)
;; Local Variables:
;; mode: emacs-lisp
;; coding: utf-8
;; fill-column: 79
;; lisp-indent-offset: 2
;; End: