Commit Graph

177 Commits (663da24375e44878d22dccde34612cb03413d12c)

Author SHA1 Message Date
Pierre Neidhardt 663da24375 Evil: Fix missing leader key in *Messages* 2017-05-28 16:30:41 +02:00
Pierre Neidhardt fda6e97941 Emacs: Remove the unnecessarily complicated graphviz-dot-mode config 2017-05-28 15:59:55 +02:00
Pierre Neidhardt 7a9a9e6c5b Emacs: Lint some code 2017-05-28 15:50:39 +02:00
Pierre Neidhardt 1af113aaa7 Emacs: Name functions instead of lambdas in hooks (init.el) 2017-05-28 15:50:39 +02:00
Pierre Neidhardt 38da1249c5 Emacs: Fix some indentation and comment style 2017-05-28 15:16:08 +02:00
Pierre Neidhardt fd80913a5e Emacs: Rename sanitize->fmt and add to lisp hook 2017-05-28 12:12:53 +02:00
Pierre Neidhardt 9de3d88eb8 Emacs: Simplify code for TODO, FIXME, etc. fontification 2017-05-28 12:05:01 +02:00
Pierre Neidhardt 9ebd726a4a Emacs: Name functions instead of using lambdas in hooks
This is good practice as it allows for using `remove-hook'.
2017-05-28 12:03:28 +02:00
Pierre Neidhardt a372221cd8 Emacs: Fix 'sanitize' 2017-05-27 16:47:32 +02:00
Pierre Neidhardt 43420e5252 Emacs: Follow "Org Headings" source 2017-05-27 16:42:16 +02:00
Pierre Neidhardt 4c00ce9364 Emacs: Allow arbitrary load order for Helm 2017-05-27 16:36:01 +02:00
Pierre Neidhardt 3ff30b971c Emacs: Fix spawn-terminal when default-directory starts with "~" 2017-05-27 16:18:06 +02:00
Pierre Neidhardt de0ff031db Emacs: Fix missing argument to helm-do-grep-ag in helm-grep-git-or-ag 2017-05-26 19:43:25 +02:00
Pierre Neidhardt d150fc39d9 Emacs: Remove a non-working dired config
It was supposed to follow folders in the same dired buffer.
2017-05-26 19:41:32 +02:00
Pierre Neidhardt bc18cff581 Emacs: Fix '<' to Evil's normal map in org-mode 2017-05-26 14:12:51 +02:00
Pierre Neidhardt 66f8a5979b Emacs: Disable linum in org-mode 2017-05-26 14:12:51 +02:00
Pierre Neidhardt 45cb64d368 Emacs: Bind M-o to helm's other window 2017-05-26 14:12:51 +02:00
Pierre Neidhardt 6111cdc0f7 Emacs: Bind "M-s f" to semantic, imenu or org headings 2017-05-26 14:12:51 +02:00
Pierre Neidhardt a825221dcc Emacs: Hide helm's header line 2017-05-26 14:12:51 +02:00
Pierre Neidhardt d7e3e6cd01 Emacs: Use follow-mode for helm's mark-ring 2017-05-25 18:20:23 +02:00
Pierre Neidhardt 9ebea2a0f6 Emacs: Define 'helm-grep-git-all-or-ag' 2017-05-25 18:20:23 +02:00
Pierre Neidhardt 0a22167237 Emacs: Activate linum on prog-mode and text-mode 2017-05-25 18:20:23 +02:00
Pierre Neidhardt 016a152ca0 Emacs: Simplify 'init.el', merge small mode config with it 2017-05-25 18:20:23 +02:00
Pierre Neidhardt 8d8c33bd96 Emacs: Fontify HACK, OPTIMIZE and REVIEW 2017-05-25 18:20:23 +02:00
Pierre Neidhardt 3f0afafd5a Emacs: Use 'use-region-p' and 'set-marker' instead of altering the mark
latex-itemize should be more reliable and will indent the result.
2017-05-25 18:20:23 +02:00
Pierre Neidhardt 7e44e34761 Emacs: Lint most of the config 2017-05-25 18:20:23 +02:00
Pierre Neidhardt de36a4b943 Emacs: Unbind lesser used commands such as dictionary settings
Instead we save the buffer local dictionaries across desktop sessions.
2017-05-25 18:20:23 +02:00
Pierre Neidhardt d8904ce70b Emacs: Move lambda to 'spawn-terminal' and add evil binding 2017-05-25 18:20:23 +02:00
Pierre Neidhardt 18062e3ce9 Emacs: Use Evil-mode 2017-05-25 18:20:23 +02:00
Pierre Neidhardt 8af1ec1a0e Emacs: Fix desktop-mode loading order 2017-05-25 16:59:19 +02:00
Pierre Neidhardt 677a6cb2f6 Emacs: Replace most mapc/mapcar by dolist 2017-05-25 16:59:19 +02:00
Pierre Neidhardt 581d7799d5 Emacs: Replace eval-after-load with with-eval-after-load 2017-05-22 16:12:30 +02:00
Pierre Neidhardt e655b1433d Emacs: Use 'with-editor-mode' for Mutt messages, move to text area in mail-mode 2017-05-22 11:13:56 +02:00
Pierre Neidhardt 766c38c0a9 Emacs: Use 'with-editor-mode' for web edits 2017-05-21 23:54:58 +02:00
Pierre Neidhardt a060810f01 Emacs: Fix Go completion when helm-company is not available 2017-05-21 23:53:55 +02:00
Pierre Neidhardt 3db28fae1a Emacs: Remove Emacs-nox linum fringe
Also fixes the issue with non-dynamic fringe width in graphics display.
2017-05-21 23:50:23 +02:00
Pierre Neidhardt 0f663b9e7b Emacs: Do not load Babel languages in LaTeX template 2017-05-16 21:03:37 +02:00
Pierre Neidhardt 0bdafa08d7 Emacs: Fix latex-math-preview loading and colors 2017-05-16 21:03:19 +02:00
Pierre Neidhardt 61072b9572 Emacs: Comment on Mediawiki status 2017-05-16 17:38:10 +02:00
Pierre Neidhardt 9c3ed5b3a1 Emacs: Use mapc when mapcar is not necessary 2017-05-15 11:16:59 +05:30
Pierre Neidhardt 4266865c4d Emacs: Move local-set-key out of mode hooks 2017-05-15 11:16:20 +05:30
Pierre Neidhardt b257ecf262 Emacs: Set region boundaries cleanly in functions 2017-05-14 12:00:34 +05:30
Pierre Neidhardt 436f4e853a Emacs: Use "i" to exit god-local-mode 2017-05-14 10:06:45 +05:30
Pierre Neidhardt 2eb551193f Emacs: Re-bind C-x C-x to helm-all-mark-rings
New Helm version can supersede Emacs' default behaviour
2017-05-14 10:05:51 +05:30
Pierre Neidhardt 24c0c788ee Emacs: Tweak some Helm bindings (god-mode friendly) 2017-05-13 14:29:19 +05:30
Pierre Neidhardt 801ed23820 Emacs: Make 'compile-command' buffer local globally 2017-05-12 12:12:24 +05:30
Pierre Neidhardt 510b229ee7 Emacs: Use (compile compile-command) instead of recompile 2017-05-11 23:08:28 +05:30
Pierre Neidhardt 6070a80ecf Emacs: Sort out defvar-local and defcustom 2017-05-11 23:08:01 +05:30
Pierre Neidhardt f98bed138a Emacs: Simplify get-closet-pathname 2017-05-11 23:04:27 +05:30
Pierre Neidhardt bc784b2eee Emacs: Add helm-resume convenience binding for god-mode 2017-05-11 23:03:43 +05:30