Browse Source

Enabled recursive minibuffers, ignore games folder for now

master
Raphael Roberts 5 years ago
parent
commit
ce3be9ec71
  1. 1
      .gitignore
  2. 2
      custom.el

1
.gitignore

@ -12,3 +12,4 @@
/%backup%~ /%backup%~
/auto-save-list/* /auto-save-list/*
/autosave/* /autosave/*
/games

2
custom.el

@ -30,6 +30,8 @@
'("pytest")) '("pytest"))
'(elpy-test-runner '(elpy-test-runner
'elpy-test-pytest-runner) 'elpy-test-pytest-runner)
'(enable-recursive-minibuffers
t)
'(explicit-shell-file-name '(explicit-shell-file-name
"/bin/bash") "/bin/bash")
'(find-file-suppress-same-file-warnings '(find-file-suppress-same-file-warnings

Loading…
Cancel
Save