General comment + README cleanup
This commit is contained in:
parent
4cebeb092e
commit
769cf850c9
4 changed files with 8 additions and 15 deletions
|
@ -1,9 +1,5 @@
|
|||
;;; lang/go/config.el
|
||||
|
||||
;; requires gocode (completion), gore (repl) and a valid $GOPATH
|
||||
;; go get -u github.com/nsf/gocode
|
||||
;; go get -u github.com/motemen/gore
|
||||
|
||||
(def-package! go-mode
|
||||
:mode "\\.go$"
|
||||
:interpreter "go"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
;;; lang/javascript/+screeps.el
|
||||
|
||||
;; TODO Constants may be out-of-date
|
||||
|
||||
(defconst screeps-objects
|
||||
'("ConstructionSite" "Creep" "Flag" "Game" "Memory" "Mineral" "Nuke"
|
||||
"OwnedStructure" "PathFinder" "RawMemory" "Resource" "Room"
|
||||
|
|
|
@ -3,9 +3,5 @@
|
|||
Modules here are ignored by git and should contain personal settings you don't
|
||||
want DOOM updates to interfere with (if that matters to you).
|
||||
|
||||
I include mine as a reference. However, keep in mind that it is fiercely
|
||||
evil-mode-oriented. I apologize to non-evil users, but you will likely want to
|
||||
rewrite +bindings.el entirely and delete +commands.el.
|
||||
|
||||
Fortunately, besides disabled the evil module, that should be all you need to do
|
||||
to get an evil-less DOOM Emacs.
|
||||
I include mine as a reference. However, a warning to non-evil users: my module
|
||||
is fiercely evil-mode-oriented.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue