GitLab system status is available
here
and
here
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kabir Kwatra
DotFiles
Commits
566de5fc
Verified
Commit
566de5fc
authored
Sep 04, 2020
by
Kabir Kwatra
☄
Browse files
Doom Configuration Changes including Org-Superstar
parent
209790c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
dot_doom.d/config.el
View file @
566de5fc
...
...
@@ -70,3 +70,8 @@
:after
company
:config
(
cl-pushnew
'company-tabnine
(
default-value
'company-backends
)))
(
use-package!
org-superstar
:hook
(
org-mode
.
org-superstar-mode
)
)
dot_doom.d/custom.el
View file @
566de5fc
...
...
@@ -3,7 +3,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
'
(
org-agenda-files
nil
)
)
(
custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
...
...
dot_doom.d/init.el
View file @
566de5fc
...
...
@@ -39,7 +39,7 @@
;;neotree ; a project drawer, like NERDTree for vim
ophints
; highlight the region an operation acts on
(
popup
+defaults
)
; tame sudden yet inevitable temporary windows
pretty-code
; ligatures or substitute text with pretty symbols
ligatures
; ligatures or substitute text with pretty symbols
;;tabs ; a tab bar for Emacs
treemacs
; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages
...
...
@@ -53,7 +53,7 @@
(
evil
+everywhere
)
; come to the dark side, we have cookies
file-templates
; auto-snippets for empty files
fold
; (nigh) universal code folding
;;
(format +onsave) ; automated prettiness
(
format
+onsave
)
; automated prettiness
;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim
;;multiple-cursors ; editing in many places at once
...
...
@@ -71,10 +71,10 @@
vc
; version-control and Emacs, sitting in a tree
:term
;;
eshell ; the elisp shell that works everywhere
eshell
; the elisp shell that works everywhere
;;shell ; simple shell REPL for Emacs
;;term ; basic terminal emulator for Emacs
;;
vterm ; the best terminal emulation in Emacs
vterm
; the best terminal emulation in Emacs
:checkers
syntax
; tasing you for every semicolon you forget
...
...
@@ -85,18 +85,18 @@
;;ansible
;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv
;;
docker
docker
;;editorconfig ; let someone else argue about tabs vs spaces
;;
ein ; tame Jupyter notebooks with emacs
ein
; tame Jupyter notebooks with emacs
(
eval
+overlay
)
; run code, run (also, repls)
;;
gist ; interacting with github gists
gist
; interacting with github gists
lookup
; navigate your code and its documentation
;;
lsp
lsp
;;macos ; MacOS-specific commands
magit
; a git porcelain for Emacs
;;make ; run make tasks from Emacs
;;pass ; password manager for nerds
;;
pdf ; pdf enhancements
pdf
; pdf enhancements
;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects
...
...
@@ -175,5 +175,5 @@
;;twitter ; twitter client https://twitter.com/vnought
:config
;;literate
;;
literate
(
default
+bindings
+smartparens
))
dot_doom.d/packages.el
View file @
566de5fc
...
...
@@ -51,6 +51,4 @@
;; Completions
(
package!
company-tabnine
)
;; Misc
(
package!
atomic-chrome
)
(
package!
org-superstar
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment