From 8cbd14a829e1c44e951e67c4257fad9460c1463d Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Sat, 15 Feb 2020 15:21:26 +0100 Subject: [PATCH] Update file meta data --- bundle/custom.el | 12 ++++++++++-- bundle/display.el | 1 + bundle/hooks.el | 7 +++++++ bundle/org-mode-settings.el | 6 ++++++ bundle/os.el | 7 +++++++ 5 files changed, 31 insertions(+), 2 deletions(-) diff --git a/bundle/custom.el b/bundle/custom.el index b51ad865..6537b1cc 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -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: diff --git a/bundle/display.el b/bundle/display.el index 59f98f66..2cca2d2a 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -25,6 +25,7 @@ (provide 'display) ;; Local Variables: +;; mode: emacs-lisp ;; coding: utf-8 ;; fill-column: 79 ;; lisp-indent-offset: 2 diff --git a/bundle/hooks.el b/bundle/hooks.el index bdbdb8e0..a9863915 100644 --- a/bundle/hooks.el +++ b/bundle/hooks.el @@ -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: diff --git a/bundle/org-mode-settings.el b/bundle/org-mode-settings.el index c17b04ef..45f00c2a 100644 --- a/bundle/org-mode-settings.el +++ b/bundle/org-mode-settings.el @@ -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: diff --git a/bundle/os.el b/bundle/os.el index c4ccfae9..0a27a3ca 100644 --- a/bundle/os.el +++ b/bundle/os.el @@ -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: