Update init.example.el
This commit is contained in:
parent
42eac3eaa8
commit
fdcd3aeee6
1 changed files with 39 additions and 41 deletions
|
@ -28,58 +28,43 @@
|
||||||
;;
|
;;
|
||||||
;;; License: MIT
|
;;; License: MIT
|
||||||
|
|
||||||
(setq user-emacs-directory "~/work/conf/doom-emacs-old")
|
|
||||||
|
|
||||||
(require 'core (concat user-emacs-directory "core/core"))
|
(require 'core (concat user-emacs-directory "core/core"))
|
||||||
|
|
||||||
(doom! :feature
|
(doom! :feature
|
||||||
evil ; come to the dark side, we have cookies
|
evil ; come to the dark side, we have cookies
|
||||||
completion ; company-mode & auto-complete; for lazy typists
|
;; TODO jump ; navigating your code
|
||||||
dev ; tools for tweaking DOOM Emacs
|
|
||||||
ivy ; a search engine for love and life
|
|
||||||
snippets ; my elves. They type so I don't have to
|
snippets ; my elves. They type so I don't have to
|
||||||
syntax-checking ; tasing you for every missing semicolon
|
file-templates ; auto-snippets for empty files
|
||||||
spell-checking ; tasing you for mispellings and grammar derps
|
spellcheck ; tasing you for misspelling mispelling
|
||||||
|
syntax-checker ; tasing you for every forgotten semicolon
|
||||||
version-control ; remember, remember that commit in November
|
version-control ; remember, remember that commit in November
|
||||||
file-templates ; auto-snippets for empty files, for lazier typists
|
|
||||||
repl ; run code, run
|
|
||||||
jump ; navigating your code
|
|
||||||
workspaces ; tab emulation, persistence and separate workspaces
|
workspaces ; tab emulation, persistence and separate workspaces
|
||||||
|
|
||||||
|
:completion
|
||||||
|
company ; auto-completion backend
|
||||||
|
;; TODO auto-complete ; auto-completion backend #2
|
||||||
|
ivy ; a search engine for love and life
|
||||||
|
;; TODO helm ;
|
||||||
|
;; ido ;
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
doom ; doom-one; a look inspired by Atom's Dark One
|
doom ; doom-one; a look inspired by Atom's Dark One
|
||||||
doom-dashboard ; a nifty splash screen for Emacs
|
;; TODO doom-dashboard ; a nifty splash screen for Emacs
|
||||||
doom-modeline ; a snazzy Atom-inspired mode-line
|
doom-modeline ; a snazzy Atom-inspired mode-line
|
||||||
git-gutter ; diffs in the fringe
|
|
||||||
|
:os
|
||||||
|
macos ; resolves some issues running Emacs on MacOS
|
||||||
|
|
||||||
:fun
|
:fun
|
||||||
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||||
|
|
||||||
:emacs
|
:tools
|
||||||
autoinsert ; file templates, for the laziest typists
|
eshell ; a consistent, cross-platform shell (WIP)
|
||||||
dired ;
|
;; TODO dash ; interacting with dash.app
|
||||||
eshell ; a consistent, cross-platform shell
|
dired ; making dired pretty [functional]
|
||||||
ido ;
|
restclient ; A REST REPL
|
||||||
org ; for organized fearless leader
|
tmux ; an API for interacting with tmux
|
||||||
|
upload ; map local to remote projects via ssh/ftp
|
||||||
:tool
|
|
||||||
dash ; dash.app
|
|
||||||
google ;
|
|
||||||
tmux ;
|
|
||||||
rest ;
|
|
||||||
|
|
||||||
;; Applications are large, toggle-able states that transform Emacs to
|
|
||||||
;; fulfill a specific purpose. See `doom/toggle'.
|
|
||||||
:app
|
|
||||||
crm ; org-mode for client relations management
|
|
||||||
db ; Emacs as a database browser
|
|
||||||
email ; Emacs as an email client
|
|
||||||
finance ; keeping track of my shekels
|
|
||||||
present ; showing off presentations in emacs
|
|
||||||
rss ; emacs as an RSS reader
|
|
||||||
stream ; for streaming code (https://livecoding.tv/vnought)
|
|
||||||
twitter ; twitter client https://twitter.com/vnought
|
|
||||||
write ; emacs as a word processor (latex + org + markdown)
|
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
asm ; assembly for fun or debugging
|
asm ; assembly for fun or debugging
|
||||||
|
@ -89,7 +74,6 @@
|
||||||
css ; #big-bang::before { content: ""; }
|
css ; #big-bang::before { content: ""; }
|
||||||
data ; config/data formats
|
data ; config/data formats
|
||||||
emacs-lisp ; drown in parentheses
|
emacs-lisp ; drown in parentheses
|
||||||
git ; various git files
|
|
||||||
go ; the hipster dialect
|
go ; the hipster dialect
|
||||||
haskell ; a language that's lazier than I am
|
haskell ; a language that's lazier than I am
|
||||||
html ; The end is always near </html>
|
html ; The end is always near </html>
|
||||||
|
@ -99,6 +83,7 @@
|
||||||
latex ; writing papers in Emacs has never been so fun
|
latex ; writing papers in Emacs has never been so fun
|
||||||
lua ; one-based indices? one-based indices
|
lua ; one-based indices? one-based indices
|
||||||
octave ; math isn't a choice, it's a way of life
|
octave ; math isn't a choice, it's a way of life
|
||||||
|
org ; for organized fearless leader (WIP)
|
||||||
php ; make php less awful to work with
|
php ; make php less awful to work with
|
||||||
processing ; for prototyping
|
processing ; for prototyping
|
||||||
python ; beautiful is better than ugly
|
python ; beautiful is better than ugly
|
||||||
|
@ -122,8 +107,21 @@
|
||||||
launchbar
|
launchbar
|
||||||
screeps
|
screeps
|
||||||
|
|
||||||
;; Private modules are aren't tracked in the repo. Only one module is
|
;; Applications are large, toggle-able states that transform Emacs to
|
||||||
;; included with DOOM emacs here. Mine! Feel free to copy it to your own
|
;; fulfill a specific purpose. See `doom/toggle'. They should be loaded
|
||||||
;; module and have fun.
|
;; last.
|
||||||
|
:app
|
||||||
|
;; TODO crm ; org-mode for client relations management
|
||||||
|
;; TODO db ; Emacs as a database browser
|
||||||
|
;; TODO email ; Emacs as an email client
|
||||||
|
;; TODO finance ; keeping track of my shekels
|
||||||
|
;; TODO present ; showing off presentations in emacs
|
||||||
|
;; TODO rss ; emacs as an RSS reader
|
||||||
|
;; TODO stream ; for streaming code (https://livecoding.tv/vnought)
|
||||||
|
;; TODO twitter ; twitter client https://twitter.com/vnought
|
||||||
|
;; TODO write ; emacs as a word processor (latex + org + markdown)
|
||||||
|
|
||||||
|
;; Private modules are aren't tracked in the repo, except for mine. Use
|
||||||
|
;; it as a reference for your own.
|
||||||
:private hlissner)
|
:private hlissner)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue