Reworking a bit .emacs

This commit is contained in:
Julien Palard 2019-05-07 21:43:12 +02:00
parent 4462c25f57
commit 459f94f776
2 changed files with 5 additions and 3 deletions

6
.emacs
View File

@ -24,8 +24,6 @@
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("org" . "https://orgmode.org/elpa/")
("melpa" . "https://melpa.org/packages/")))
(elpy-enable)
;; Ido - interactive do - switches between buffers and opens files and
@ -188,6 +186,7 @@
'(elpy-modules
(quote
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-sane-defaults)))
'(c-basic-offset 4)
'(frame-background-mode (quote dark))
'(package-selected-packages (quote (org po-mode elpy blacken yaml-mode))))
@ -200,3 +199,6 @@
(provide `.emacs)
;;; .emacs ends here
;;; Reminders
; Build TAGS: etags **/*.c **/*.h

View File

@ -6,7 +6,7 @@
# Packages I typically use
```
apt-get install xorg i3 i3lock-fancy rxvt-unicode wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr firefox-esr ecryptfs-utils fonts-symbola unifont
apt-get install xorg i3 rxvt-unicode wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr firefox-esr ecryptfs-utils fonts-symbola unifont i3lock-fancy git-completion
```
## Packages I may need