Commit Graph

2798 Commits

Author SHA1 Message Date
8625cb03b0 lang/javascript: remove vestigial eslint_d support 2018-04-19 00:50:35 -04:00
66c98b8add Merge pull request #535 from fuxialexander/ein_update
EIN module updates & fixes
2018-04-18 20:37:53 -04:00
1751c84559 ui/doom-modeline: fix word count in evil line-wise selection #364 2018-04-18 19:51:37 -04:00
61865d0646 ui/doom-dashboard: don't open dashboard over files (part 2) #523 2018-04-18 19:41:50 -04:00
2f43fc743e lang/javascript: alphabetize packages.el 2018-04-18 18:45:00 -04:00
279e523d6f lang/javascript: add typescript-mode package 2018-04-18 18:44:24 -04:00
d0ecf97956 ui/posframe: use hook instead of :after 2018-04-18 18:30:17 -04:00
dc33c72d19 Refactor removal of default smartparens rules for certain modes 2018-04-18 18:29:48 -04:00
148f0a6e34 completion/company: set variables sooner (easier to override) 2018-04-18 18:22:23 -04:00
604bbcd1d5 ui/posframe: replace company-childframe with company-box 2018-04-18 18:21:43 -04:00
e54c938023 Merge lang/typescript into lang/javascript 2018-04-18 18:17:17 -04:00
c4396226dd lang/javascript: remove eslint_d detection
This is now left to the user's private config.
2018-04-18 18:08:52 -04:00
07bd70ff7f lang/javascript: remove mention of tern in README 2018-04-18 18:05:44 -04:00
a1402ff68a lang/javascript: remove company-tide package (doesn't exist) 2018-04-18 18:05:09 -04:00
cc5bfc6dc0 lang/javascript: conform to naming conventions; refactor tide config 2018-04-18 18:04:49 -04:00
8af94e8731 [*] Removes tern in favor of tide, adds node modules to path to execute things like flow, prettier, etc 2018-04-18 17:26:50 +00:00
ba24073a07 app/email: replace existing contexts instead of shadowing them #528 2018-04-18 01:08:56 -04:00
dbd6982e06 ui/doom-dashboard: don't open dashboard over files via emacsclient #523 2018-04-18 01:08:56 -04:00
b8fd35a855 feature/evil: fix inclusivity of evil-matchit #519 2018-04-18 01:08:56 -04:00
485d0dfd39 Merge branch 'develop' into patch-1 2018-04-18 00:21:45 -04:00
a7780c673d Merge pull request #534 from hotpxl/develop
Fix links.
2018-04-18 00:20:26 -04:00
693942e438 Merge pull request #511 from amosbird/develop
fix workspace switch-left cycle.
2018-04-18 00:19:43 -04:00
04d80fba9d Fix: make company config more doom-ish 2018-04-18 12:11:52 +08:00
ae80c06067 Fix: company config and default setting of ein:jupyter-default-server-command 2018-04-18 12:06:02 +08:00
1a329abc26 Add: +ein/hydra 2018-04-18 12:05:31 +08:00
5dea4a858e Fix: ein popup rules 2018-04-18 12:05:02 +08:00
c4e176092e [develop] Fix links. 2018-04-17 20:59:59 -07:00
5025c40eae Update config.el
Final version
2018-04-17 22:26:20 -05:00
c0707a2c64 Merge pull request #524 from UndeadKernel/ein_module
EIN module to work with Jupyter notebooks
2018-04-17 21:23:08 -04:00
c3c6b5b4de Merge pull request #525 from UndeadKernel/fix_latex_and_pdftools
Better PDF Tools and LaTeX interaction
2018-04-17 21:21:36 -04:00
b8c0491245 Update config.el
Fixed the error of removing the `q` keybinding.
2018-04-16 09:56:32 -05:00
793b94a937 Update config.el
Fix doom leader not working in pdf mode. 

Replaces SPC default that moves the document down a page.
2018-04-15 22:18:34 -05:00
ccc0f9b7f3 Henrik doesn't maintain my Docker images 2018-04-14 17:21:15 +01:00
12fd06d4e6 Uncluttered custom modeline to show page numbers
Add rules to handle windows that should not be considered as popups.
2018-04-12 16:03:48 +02:00
18f576dd66 config/default: imenu-list-minor-mode => imenu-list-smart-toggle 2018-04-12 05:28:09 -04:00
94138a686b tools/term: change +term/open-popup* universal-arg behavior
+ +term/open-popup: opens a term in default-directory. If ARG, opens
  term in project root.
+ +term/open-popup-in-project: opens term in project root. If ARG, opens
  term in default-directory.
2018-04-12 05:28:09 -04:00
22d99c9321 config/default: remove conflicting term keybind 2018-04-12 05:28:06 -04:00
b52a2586d1 Merge pull request #520 from rphillips/fixes/add_workspace_rename
add workspace rename binding
2018-04-11 19:06:50 -04:00
99a5215486 Merge pull request #527 from bandresen/tools/magit+magit--kill-buffer
Fix: tools/magit: +magit--kill-buffer function call corrected
2018-04-11 18:59:57 -04:00
8917bc9194 Fix: tools/magit: +magit--kill-buffer function call corrected 2018-04-12 00:41:38 +02:00
717f6e3cfe Sneak in some more nice-to-have LaTeX fontifications. 2018-04-11 13:03:59 +02:00
0a23c30e06 Make PDF tools and LaTeX work better together.
Update the README file to reflect the available flags.
2018-04-11 13:02:58 +02:00
ea7663d4ea EIN module to work with Jupyter notebooks 2018-04-11 12:34:08 +02:00
a961d58746 add workspace rename binding 2018-04-09 11:42:01 -05:00
d7e054a8cc lang/org: alias sh => ob-shell 2018-04-08 22:21:25 -04:00
991e8636f1 Merge pull request #518 from MaskRay/develop
Fix :leader DEL binding for +nav-flash/blink-cursor
2018-04-08 21:05:29 -04:00
fc0cfa0c53 Fix :leader DEL binding for +nav-flash/blink-cursor 2018-04-08 18:00:41 -07:00
460461ef54 tools/magit: clean up after magit more intelligently #506
Ensures magit buffers are cleaned up after magit-status is closed. Will
defer cleanup on process buffers, until the processes have finished.

Also fixes issue where quitting magit will leave leftover windows.
2018-04-08 20:44:40 -04:00
ee921f581d config/default: bind q = quit-window in helpful-mode-map 2018-04-08 18:14:09 -04:00
484cba1b1b feature/workspaces: unselect side-windows when switching workspaces #499 2018-04-08 18:14:07 -04:00