Browse Source

Same file warnings are driving me crazy

master
Raphael Roberts 6 years ago
parent
commit
a770d28296
  1. 2
      custom.el

2
custom.el

@ -22,6 +22,8 @@
'(dired-listing-switches "-alh") '(dired-listing-switches "-alh")
'(elpy-eldoc-show-current-function '(elpy-eldoc-show-current-function
nil) nil)
'(find-file-suppress-same-file-warnings
t)
'(hippie-expand-try-functions-list '(hippie-expand-try-functions-list
(quote (quote
(try-expand-dabbrev (try-expand-dabbrev

Loading…
Cancel
Save