diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-07-30 11:07:39 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-07-30 11:27:06 +0200 |
| commit | 9f187474ea27c781f93ed9835167067bc4545540 (patch) | |
| tree | d8ce1820d7cf2ac8cb64c3824bf5006d937ce0d8 /.emacs-custom.el | |
| parent | 575530e831c047dfc7f5e1c169c07ceb8fbfe666 (diff) | |
| download | dotfiles-9f187474ea27c781f93ed9835167067bc4545540.tar.xz | |
Chip away at Custom file
Move Python settings to use-package. Tweak a couple of knobs while in
there.
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 11bfaf4..2cde161 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -38,8 +38,6 @@ '(menu-bar-mode nil) '(minibuffer-depth-indicate-mode t) '(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode)) - '(python-fill-docstring-style 'pep-257-nn) - '(python-shell-interpreter "python3") '(read-char-by-name-sort 'code) '(repeat-mode t) '(scroll-bar-mode nil) |
