Config
This commit is contained in:
parent
de75eb18a6
commit
d356caedb0
3 changed files with 6 additions and 2 deletions
|
|
@ -33,6 +33,9 @@
|
||||||
;; sense. But fetching the packages is still the hard part.
|
;; sense. But fetching the packages is still the hard part.
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
;; Make sure we start the server?
|
||||||
|
;;
|
||||||
|
(server-start)
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; Various bits of path setup (init-dir is defined by init.el)
|
;; Various bits of path setup (init-dir is defined by init.el)
|
||||||
|
|
@ -234,7 +237,7 @@
|
||||||
(require 'filladapt)
|
(require 'filladapt)
|
||||||
(setq-default filladapt-mode t)
|
(setq-default filladapt-mode t)
|
||||||
|
|
||||||
;; Also, ido mode. Which is the BEST thing. Really.
|
;; We're going to stop doing ido and start doing helm, maybe?
|
||||||
(require 'ido)
|
(require 'ido)
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,8 @@
|
||||||
'(transient-mark-mode t)
|
'(transient-mark-mode t)
|
||||||
'(truncate-lines t)
|
'(truncate-lines t)
|
||||||
'(use-dialog-box nil)
|
'(use-dialog-box nil)
|
||||||
|
'(web-mode-code-indent-offset 2)
|
||||||
|
'(web-mode-css-indent-offset 2)
|
||||||
'(which-func-mode-global t nil (which-func))
|
'(which-func-mode-global t nil (which-func))
|
||||||
'(widget-editable-list-gui t)
|
'(widget-editable-list-gui t)
|
||||||
'(x-stretch-cursor nil))
|
'(x-stretch-cursor nil))
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
name = John Doty
|
name = John Doty
|
||||||
email = john@d0ty.me
|
email = john@d0ty.me
|
||||||
[core]
|
[core]
|
||||||
editor = c:/chocolatey/bin/emacs.bat
|
|
||||||
autocrlf = true
|
autocrlf = true
|
||||||
[pretty]
|
[pretty]
|
||||||
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
|
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue