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%~
/auto-save-list/*
/autosave/*
/games

2
custom.el

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

Loading…
Cancel
Save