Aria
90d09e6f93
Highlight-numbers on every prog-mode
2018-07-29 12:19:56 +10:00
Henrik Lissner
f58f3c3604
ui/nav-flash: refactor
...
+ Add +nav-flash-exclude-commands to control where
+nav-flash-blink-cursor-maybe should not trigger nav-flash.
+ Rename API to conform to Doom naming conventions
+ +nav-flash-blink-cursor
+ +nav-flash-blink-cursor-maybe
+ +nav-flash|delayed-blink-cursor
+ +nav-flash|blink-cursor
+ +nav-flash|blink-cursor-maybe
+ +nav-flash*blink-cursor
2018-07-24 20:04:03 +02:00
Henrik Lissner
ebd3b0223e
Fix followed org links not recentering correctly
...
Links like `file:test.cpp::45` would open file.cpp, but end up somewhere
else than line 45. Same with links like `file:test.cpp::int main()`.
2018-07-24 20:01:42 +02:00
Henrik Lissner
277915b28c
Fix order of +(helm|ivy)-project-search-engines
2018-07-24 14:18:44 +02:00
Henrik Lissner
a8d41a93c0
Fix helm project search commands
...
Used ivy variable in helm commands, causing a void-variable error.
Reported by @ar1a
2018-07-24 14:07:13 +02:00
Henrik Lissner
e865526c75
Add +(helm|ivy)-project-search-engines variables
...
This allows you to control what search engines for project-search
commands (bound to SPC / p) to try, and in what order. If you didn't
want to use ripgrep, for instance, remove 'rg from these variables, or
move it to the end of the list.
2018-07-23 00:06:47 +02:00
Henrik Lissner
6b06cd32ac
Add :autosave t :ttl nil to Org src popups
...
Suggested by @fuxialexander
2018-07-22 17:38:24 +02:00
Henrik Lissner
399194e868
Autoload +popup--init
...
Fixes #766
2018-07-21 14:00:02 +02:00
Henrik Lissner
ec49220740
emacs/dired: add-hook -> :hook
2018-07-21 01:29:38 +02:00
Henrik Lissner
28e21352ec
Have popup manager handle treemacs windows
...
Other windows would be resized slightly incorrectly because treemacs
opens as a fixed split, rather than a side window. This change forces it
to be a side window, which resolves the problem _and_ restores the
functionality of balance-windows, which is disabled when a fixed split
is present.
2018-07-21 01:20:59 +02:00
Henrik Lissner
7f284e98b6
Fix helm-M-x help popup not properly closing
...
On successive TAB presses on a command
2018-07-21 01:20:05 +02:00
Henrik Lissner
41cf970c75
Autosave org capture popups
...
Prevents unsaved confirmation prompts when the org-capture popup is
closed.
2018-07-21 01:00:11 +02:00
Patrick Elliott
faf59ff2a9
undo header scaling
2018-07-20 14:23:17 +02:00
Patrick Elliott
8b00a208cf
typo
2018-07-20 13:56:04 +02:00
Patrick Elliott
ccd6ceab86
fix typo
2018-07-20 13:54:23 +02:00
Patrick Elliott
75278663cc
header scaling
2018-07-20 13:48:02 +02:00
Patrick Elliott
e5afab1e17
math highlighting and org-mode compat
2018-07-20 12:29:44 +02:00
Henrik Lissner
ce9f7f9bde
lang/haskell: minor reformatting & refactor
...
Conform to conventions, use `add-hook!` for multiple hooks, use single semi-colon for eol comments, remove comments redundant with code, and use sharp-quote to indicate function symbol.
2018-07-19 19:03:05 +02:00
Patrick Elliott
82fee01611
fix typo
2018-07-19 17:13:56 +02:00
Patrick Elliott
4980c66e15
Disable overlays conditionally if flycheck is loaded
2018-07-19 17:09:19 +02:00
Patrick Elliott
b0af6bcbef
Add some useful haskell-mode options
2018-07-19 17:00:01 +02:00
Patrick Elliott
864e15f19d
Add support for folding haskell code blocks
2018-07-19 16:37:22 +02:00
Patrick Elliott
3a5af1d591
Added subword mode hook.
2018-07-19 16:34:13 +02:00
Henrik Lissner
421b96ddc8
Merge pull request #763 from patrl/dhall
...
Add support for the dhall configuration language
2018-07-19 15:26:12 +02:00
Henrik Lissner
6b971e91b1
Remove dhall def-package block
...
dhall registers `\\.dhall\\'` in auto-mode-alist in its autoloads file, so this block is unnecessary.
2018-07-19 15:25:45 +02:00
Henrik Lissner
243eab954a
Merge pull request #761 from patrl/haskellKeybindings
...
Haskell quality-of-life improvements
2018-07-19 15:22:27 +02:00
Patrick Elliott
e9207b09bb
Add support for the dhall configuration language
2018-07-19 11:36:34 +02:00
Patrick Elliott
96ecadf9e6
Re-order blocks
2018-07-19 11:05:31 +02:00
Patrick Elliott
c51b088c6e
Remove attrap def-package
2018-07-19 11:04:48 +02:00
Patrick Elliott
9d4c9c3306
Move haskell-mode bindings
2018-07-19 11:04:17 +02:00
Patrick Elliott
406e8f31f6
Move dante mode map
2018-07-19 11:03:16 +02:00
Patrick Elliott
dc68d7aad8
Moved intero map
2018-07-19 11:02:26 +02:00
Henrik Lissner
d6461d495b
General & minor reformatting+refactor
2018-07-19 03:40:31 +02:00
Henrik Lissner
8756837036
ui/treemacs: disable treemacs-follow-mode
...
Can be disruptive if you've got many windows with buffers across
different projects. Also, SPC o P is available to "jump to current file"
in the treemacs window.
2018-07-19 03:38:52 +02:00
Henrik Lissner
ce12aaa4bb
lang/cc: use def-package! for demangle-mode
...
This way, if demangle-mode is disabled, so is its hook.
2018-07-19 03:38:01 +02:00
Henrik Lissner
95d6c6664d
lang/php: simplify rules for smartparens
2018-07-19 03:35:41 +02:00
Henrik Lissner
f6f74efdee
Refactor lang/php
2018-07-19 03:35:38 +02:00
Brett Mandler
8ff5543d3b
Moved lang/fish into lang/sh +fish
2018-07-18 15:56:55 -04:00
Brett Mandler
55dd23899e
Added fish config
2018-07-18 11:24:46 -04:00
Patrick Elliott
b0a754391a
Added stack build
support for intero users
2018-07-18 09:11:48 +02:00
Patrick Elliott
6334af8a84
Fix typo
2018-07-18 08:59:07 +02:00
Patrick Elliott
1f9fcd5c10
Lazily load bindings properly
2018-07-18 08:50:55 +02:00
Patrick Elliott
a0f800421e
Merge develop
2018-07-18 08:36:29 +02:00
Henrik Lissner
2968374081
lang/haskell: fix haskell-hlint checker
...
Causing "not a valid syntax checker" errors because it haskell-hlint was
defined too soon.
2018-07-17 23:47:57 +02:00
Patrick Elliott
c233b84520
Add attrap-attrap
2018-07-17 23:43:27 +02:00
Patrick Elliott
f981b9886e
Add haskell keybindings
2018-07-17 23:43:08 +02:00
Henrik Lissner
e8d4b74c29
lang/python: refactor conda integration
...
Removes the +python-conda-home variable and guesses conda-anaconda-home
at startup.
2018-07-17 22:07:35 +02:00
Henrik Lissner
bb1171b64b
lang/python/autoload.el -> autoload/python.el
2018-07-17 20:57:32 +02:00
Henrik Lissner
6d0b274774
Simplify magit-todos-mode startup
2018-07-17 18:29:43 +02:00
Henrik Lissner
c85cd7a557
Merge pull request #759 from patrl/nixosOptions
...
Improve lang/nix module
2018-07-17 13:29:30 +02:00