summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-12-30 15:32:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-12-30 15:32:29 +0100
commitb57523c0db93822c499d7ed00495c983fa903819 (patch)
treebcd751bc5bdd731905f05fcd3918413ac9f648d5
parentd3e251ac8ac4ee953fe24234b4ff4755a185b494 (diff)
downloaddotfiles-b57523c0db93822c499d7ed00495c983fa903819.tar.xz
Remove paradox settings
Since I'm not using it anymore.
-rw-r--r--.emacs-custom.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index de57927..08b0d69 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -42,9 +42,6 @@
'(menu-bar-mode nil)
'(minibuffer-depth-indicate-mode t)
'(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode))
- '(paradox-execute-asynchronously t)
- '(paradox-github-token t)
- '(paradox-spinner-type 'random)
'(python-fill-docstring-style 'pep-257-nn)
'(python-shell-interpreter "python3")
'(read-char-by-name-sort 'code)