General comment + README cleanup

This commit is contained in:
Henrik Lissner 2017-03-20 04:24:10 -04:00
parent 4cebeb092e
commit 769cf850c9
4 changed files with 8 additions and 15 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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.