Commit Graph

614 Commits (03d6200c0db26224ff7de935a15d5d23a4ac140f)

Author SHA1 Message Date
Pierre Neidhardt 05f0250096 Emacs: Replace 'config' abbrev by 'confs' 2017-03-05 22:03:12 +01:00
Pierre Neidhardt 50e3815b2d Emacs: Fix cc-fmt (workaround)
Uncrustify is supposed to load ~/.uncrustify.cfg by default.
Since 0.64 at least it does not seem to work, so we specify it manually.
2017-02-15 13:41:15 +01:00
Pierre Neidhardt d7b7d72764 Emacs: Format markdown headers 2017-01-28 11:29:33 +01:00
Pierre Neidhardt cd20900f0a ranger: Purge configuration, unbind from Awesome / Emacs
Ranger's features have been superseded by fzf.
2016-12-29 10:27:36 +01:00
Pierre Neidhardt 00f5f52bdd Emacs: Use native Helm option instead of helm-fuzzy-find 2016-12-23 19:40:59 +01:00
Pierre Neidhardt c7177070bd Emacs: Fix magit commit error on newer versions
`git-commit-fill-column` is deprecated.
2016-12-23 19:38:39 +01:00
Pierre Neidhardt d72599f73f Emacs: Rename theme.el -> visual.el 2016-12-12 18:23:53 +05:30
Pierre Neidhardt bb234d5745 Emacs: Add support for syntax highlighting of TODO(doe) 2016-12-12 18:15:55 +05:30
Pierre Neidhardt 1936d1db4d Emacs: Remove old flymake config 2016-12-12 17:55:14 +05:30
Pierre Neidhardt 3f45db2a26 Emacs: Monochromatic theme
Make outline/org-mode header colors independent.
Make ediff colors consistent with smerge/diff/magit.
Simplify Mail mode colors.
2016-12-12 17:55:14 +05:30
Pierre Neidhardt 62ed25e70a Emacs: Set helm source names to follow 2016-12-11 10:48:02 +05:30
Pierre Neidhardt b3aba6625b Emacs: Bind 'compile to f10 and simplify Go compilation settings 2016-12-11 10:47:07 +05:30
Pierre Neidhardt ee9dacd2f9 Emacs: Split ediff window horizontally 2016-12-11 10:45:04 +05:30
Pierre Neidhardt 111e71c765 Emacs: Add binding to run terminal asynchronously in current folder 2016-11-28 10:34:49 +05:30
Pierre Neidhardt ac1bf19fcd Emacs: Add the '-run .' test flag in Go to allow for test selection 2016-11-23 12:22:17 +05:30
Pierre Neidhardt d2d1ab3c82 Emacs: Remove the -cover test flag in Go since it shifts line numbers 2016-11-23 12:20:03 +05:30
Pierre Neidhardt 2011d7060c Emacs: Set pdf-compressor to use the new pdfctl script 2016-11-10 18:20:29 +05:30
Pierre Neidhardt 75b1600138 Emacs: Replace `kill-buffer' binding by `kill-this-buffer' 2016-11-06 11:18:41 +05:30
Pierre Neidhardt bf88b087a0 Emacs: Add "-cover" to "go test" 2016-11-06 11:16:43 +05:30
Pierre Neidhardt 32a2470c34 Emacs: Delete trailing whitespace on save 2016-10-17 12:41:51 +05:30
Pierre Neidhardt e97d4453f9 Emacs: Change windmove bindings to M-s-[hjkl] 2016-10-16 17:34:36 +05:30
Pierre Neidhardt 8e1bbc3e75 Emacs: Remove useless sh skeletons 2016-10-14 18:17:28 +05:30
Pierre Neidhardt 28ac2690b9 Emacs: Remove sgml-calculate-indent
It's a lot of code to maintain and not sure it is very useful anyways.
2016-10-14 18:15:02 +05:30
Pierre Neidhardt d79df0d7df Emacs: Remove useless mode-js file 2016-10-14 18:04:45 +05:30
Pierre Neidhardt 96d1ed7c8b Emacs: Remove useless parts of C config 2016-10-14 18:02:46 +05:30
Pierre Neidhardt d39d8b0203 Emacs: Simplify compile-command setting in mode-go 2016-10-14 18:02:26 +05:30
Pierre Neidhardt a3c9a9d276 Emacs: Remove useless AWK config 2016-10-14 17:43:26 +05:30
Pierre Neidhardt 90eb990855 Emacs: Remove futile hlines 2016-10-14 17:33:30 +05:30
Pierre Neidhardt 519b18705c Emacs: Remove personal.el 2016-10-13 18:28:35 +05:30
Pierre Neidhardt 3faf8a3b74 Emacs: Use regexp with helm ag/pt 2016-10-13 16:56:44 +05:30
Pierre Neidhardt 77e5df1c2c scripts/homeinit: Do not create link to todo.org 2016-10-13 16:54:25 +05:30
Pierre Neidhardt b64c2a0ac0 Emacs: Remove sh-check + rewrite sh-command-or-die to sh-commands-or-die 2016-10-13 16:53:30 +05:30
Pierre Neidhardt a3566d548c Emacs: Use helm-do-grep-ag on untracked git files 2016-10-13 16:53:30 +05:30
Pierre Neidhardt 6359952cc2 Emacs: Add fish-mode to package list 2016-10-13 16:53:30 +05:30
Pierre Neidhardt ff095beec9 Emacs: Add a 'go-set-compiler' command 2016-10-08 19:40:30 +05:30
Pierre Neidhardt b0fad8a46b Emacs: Do not use hs-minor-mode 2016-10-08 19:40:30 +05:30
Pierre Neidhardt 9ca8e36c70 Emacs: Change grep command bindings to C-x M-[gG] 2016-10-08 19:40:30 +05:30
Pierre Neidhardt 2fd5b5203b Emacs: Note down helm-pt package, maybe not needed 2016-10-08 19:40:29 +05:30
Pierre Neidhardt d58d509dd2 Emacs: Use package-selected-packages feature from v25
'package-selected-packages' replaces 'favorite-packages'.
'package-install-selected-packages' replaces 'init-extra-packages'.
2016-10-08 19:40:29 +05:30
Pierre Neidhardt 74ed2c365c Emacs: Use company + helm-company for C and Go 2016-10-08 19:40:20 +05:30
Pierre Neidhardt a7ff1ee133 Emacs: Add go-eldoc and go-guru 2016-10-08 19:13:30 +05:30
Pierre Neidhardt 43db4d53c0 Emacs: Fix GOPATH lookup with multiple paths 2016-10-05 10:27:29 +05:30
Pierre Neidhardt bc5ffa4361 Emacs: Update configuration to 25.1 2016-10-05 10:26:16 +05:30
Pierre Neidhardt 8fe366ad04 Emacs: Add 'wgrep' to the favorite package list 2016-09-23 18:56:57 +05:30
Pierre Neidhardt 4b2ffbeb28 Emacs: Fix slow startup with packages using 'tramp' 2016-09-23 18:56:24 +05:30
Pierre Neidhardt deb477658d Emacs: Remove speedbar config 2016-09-23 18:56:11 +05:30
Pierre Neidhardt 3438e49afa Emacs: Bind default shortcut to helm-filtered-bookmarks 2016-09-23 18:55:19 +05:30
Pierre Neidhardt 29740d4367 Emacs: Use 'pt' as a fallback for helm-grep 2016-09-23 18:54:15 +05:30
Pierre Neidhardt f5638c870c Emacs: Restore query-replace binding when Helm is loaded 2016-08-12 11:46:07 +05:30
Pierre Neidhardt cf4c1613d9 Emacs: Prefer horizontal window split 2016-07-21 17:07:46 +05:30