Browse Source

Helpful for the jumping to suggestion keybindings

master
Raphael Roberts 6 years ago
parent
commit
8abf7fc627
  1. 1
      custom.el

1
custom.el

@ -10,6 +10,7 @@
'(backup-directory-alist '(backup-directory-alist
(quote (quote
((".*" . "~/.emacs.d/backup")))) ((".*" . "~/.emacs.d/backup"))))
'(company-show-numbers t)
'(delete-by-moving-to-trash t) '(delete-by-moving-to-trash t)
'(dired-listing-switches "-alh") '(dired-listing-switches "-alh")
'(elpy-eldoc-show-current-function '(elpy-eldoc-show-current-function

Loading…
Cancel
Save