dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit b57523c0db93822c499d7ed00495c983fa903819
parent d3e251ac8ac4ee953fe24234b4ff4755a185b494
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 30 Dec 2022 15:32:29 +0100

Remove paradox settings

Since I'm not using it anymore.

Diffstat:
M.emacs-custom.el | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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)