Move core/debug.el => ./debug.el
"debug.el" conflicts with built-in debug package
This commit is contained in:
parent
3dfffe455e
commit
c7e2b38368
2 changed files with 6 additions and 14 deletions
7
init.el
7
init.el
|
@ -28,10 +28,3 @@
|
|||
;;; License: MIT
|
||||
|
||||
(require 'core (concat user-emacs-directory "core/core"))
|
||||
|
||||
;; To test something in a blank, vanilla Emacs session (Emacs -Q) comment the
|
||||
;; require above and load core/debug.el instead:
|
||||
;;
|
||||
;; (load (concat user-emacs-directory "core/debug.el"))
|
||||
;;
|
||||
;; <-- place debug code here -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue