clean up the configuration a bit
This commit is contained in:
@@ -20,21 +20,11 @@
|
||||
|
||||
(load-theme 'modus-operandi-tinted t)
|
||||
|
||||
;; Eshell
|
||||
;; (use-package eshell
|
||||
;; :after eshell-mode
|
||||
;; :init
|
||||
;; (load "~/.emacs.d/elisp/eshell-setup.el"))
|
||||
|
||||
;; Org
|
||||
(use-package org
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/org-setup.el"))
|
||||
(use-package org-ref)
|
||||
;; (use-package org-roam
|
||||
;; :disabled
|
||||
;; :config
|
||||
;; (load "~/.emacs.d/elisp/org-roam-setup.el"))
|
||||
|
||||
;; Writing
|
||||
(use-package writeroom-mode)
|
||||
@@ -42,21 +32,6 @@
|
||||
;; modeline
|
||||
;; configure the default one
|
||||
(load "~/.emacs.d/elisp/modeline-setup.el")
|
||||
;; then use doom-modeline
|
||||
;; (use-package doom-modeline
|
||||
;; :config
|
||||
;; (progn
|
||||
;; (setq doom-modeline-buffer-encoding nil)
|
||||
;; (setq doom-modeline-height 15)
|
||||
;; (when (member "Fantasque Sans Mono" (font-family-list))
|
||||
;; (set-face-attribute 'mode-line nil :font "Fantasque Sans Mono-14")
|
||||
;; (set-face-attribute 'mode-line-inactive nil :font "Fantasque Sans Mono-13")))
|
||||
;; :hook
|
||||
;; (after-init . doom-modeline-mode))
|
||||
|
||||
;; (use-package doom-modeline
|
||||
;; :ensure t
|
||||
;; :init (doom-modeline-mode 1))
|
||||
|
||||
(use-package all-the-icons)
|
||||
|
||||
@@ -83,30 +58,12 @@
|
||||
|
||||
(use-package saveplace-pdf-view)
|
||||
|
||||
;; ;; Mail reader
|
||||
;; (use-package mu4e
|
||||
;; :disabled
|
||||
;; :config
|
||||
;; (load "~/.emacs.d/elisp/mu4e-setup.el"))
|
||||
;; ;; mail notification in modeline
|
||||
;; (use-package mu4e-alert
|
||||
;; :disabled
|
||||
;; :after mu4e
|
||||
;; :init
|
||||
;; (setq mu4e-alert-interesting-mail-query "flag:unread maildir:/posteo/INBOX")
|
||||
;; :hook
|
||||
;; (after-init . mu4e-alert-enable-mode-line-display))
|
||||
|
||||
;; Matrix
|
||||
(use-package ement)
|
||||
|
||||
;; Read Gopher and Gemini
|
||||
(use-package elpher)
|
||||
|
||||
;; Read feeds
|
||||
(use-package elfeed)
|
||||
|
||||
|
||||
;; Programming environment
|
||||
;; We need colors in eshell
|
||||
(use-package xterm-color)
|
||||
@@ -121,13 +78,6 @@
|
||||
:config
|
||||
(add-hook 'after-init-hook 'global-company-mode))
|
||||
|
||||
;; documentation via dash docsets
|
||||
(use-package dash-docs
|
||||
:config
|
||||
(progn
|
||||
(setq dash-docs-browser-func 'eww)
|
||||
(setq dash-docs-enable-debugging nil)))
|
||||
|
||||
(use-package tomlparse)
|
||||
|
||||
;; TODO I'm only using demand so <f3> is set from the start
|
||||
@@ -143,12 +93,9 @@
|
||||
|
||||
;; Common Lisp
|
||||
(use-package slime
|
||||
:disabled
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/slime-setup.el"))
|
||||
|
||||
(use-package sly)
|
||||
|
||||
;; Clojure
|
||||
(use-package cider)
|
||||
|
||||
@@ -163,11 +110,6 @@
|
||||
;; Racket
|
||||
(use-package racket-mode)
|
||||
|
||||
;; Python
|
||||
(use-package pyvenv
|
||||
:init
|
||||
(setenv "WORKON_HOME" "~/.cache/pypoetry/virtualenvs"))
|
||||
|
||||
(use-package python-black
|
||||
:after python
|
||||
:hook (python-mode . python-black-on-save-mode-enable-dwim))
|
||||
@@ -195,15 +137,6 @@
|
||||
:ensure t
|
||||
:defer t
|
||||
:hook ((python-base-mode . eglot-ensure))
|
||||
;:config
|
||||
;(setq-default eglot-workspace-configuration
|
||||
; '((pylsp
|
||||
; (plugins
|
||||
; (pycodestyle (enabled . nil))
|
||||
; (pyflakes (enabled . nil))
|
||||
; (flake8 (enabled . t))
|
||||
; (black (enabled . t))
|
||||
; ))))
|
||||
)
|
||||
|
||||
;; TRAMP
|
||||
|
||||
Reference in New Issue
Block a user