Update init and defaults files

This commit is contained in:
Marcus Kammer 2020-11-19 19:48:22 +01:00
parent 6a898df537
commit 28b505bae3
2 changed files with 5 additions and 16 deletions

View file

@ -5,6 +5,8 @@
(horizontal-scroll-bar-mode -1)
(global-hl-line-mode 1)
(define-key menu-bar-tools-menu [games] nil)
(display-time-mode 1)
(global-prettify-symbols-mode 1)
;; Cursor and mouse
(column-number-mode -1)
@ -46,3 +48,5 @@
(setq default-major-mode 'text-mode)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(defalias 'yes-or-no-p 'y-or-n-p)
(setq-default shr-cookie-policy nil)
(setq-default tramp-default-method "ssh")

View file

@ -9,9 +9,7 @@
'(ansi-color-names-vector
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
'(backup-directory-alist '(("." . "~/.backup_filez")))
'(browse-url-browser-function 'eww-browse-url)
'(browse-url-secondary-browser-function 'browse-url-firefox)
'(calendar-date-style 'iso)
'(calendar-intermonth-text
'(propertize
(format "%2d"
@ -20,8 +18,6 @@
(calendar-absolute-from-gregorian
(list month day year)))))
'font-lock-face 'font-lock-function-name-face))
'(calendar-week-start-day 1)
'(column-number-mode t)
'(custom-enabled-themes '(nord))
'(custom-safe-themes
'("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))
@ -34,17 +30,11 @@
(fullscreen . fullscreen)))
'(delete-selection-mode nil)
'(diary-file "~/Documents/diary/diary")
'(display-time-mode t)
'(elpy-modules
'(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-folding elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-autodoc elpy-module-sane-defaults))
'(elpy-test-pytest-runner-command '("pytest"))
'(fci-rule-color "#4C566A")
'(global-hl-line-mode t)
'(global-prettify-symbols-mode t)
'(indent-tabs-mode nil)
'(inhibit-startup-buffer-menu t)
'(initial-buffer-choice "~/Documents/journal/notes.org")
'(menu-bar-mode nil)
'(nov-text-width nil)
'(nov-variable-pitch nil)
'(olivetti-body-width 73)
@ -71,12 +61,7 @@
'(package-enable-at-startup t)
'(package-selected-packages
'(request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
'(python-shell-interpreter "python3")
'(scroll-bar-mode nil)
'(show-paren-mode t)
'(shr-cookie-policy nil)
'(tool-bar-mode nil)
'(tramp-default-method "ssh"))
'(python-shell-interpreter "python3"))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.