Commit Graph

13 Commits

Author SHA1 Message Date
d557d47dc0 chore(init): Use emacs-startup-hook instead of after-init-hook 2020-02-15 17:58:53 +00:00
b13ca362cb feat(packages): Replace package.el with straight.el 2020-02-04 10:08:37 +00:00
702d2989dd Use smart-shift package for indenting and undenting 2019-12-10 15:22:42 +00:00
39d75c803a Update keybindings in unused siren-smart-shift module
This is to ensure it stay up to date with the siren-shift-text module,
which is currently the module I use for shifting text left/right. At
some point I will re-evaluate the smart-shift package.
2019-09-10 16:59:56 +01:00
384136d95d Add module for ialign 2019-08-16 16:28:47 +01:00
308d530197 Reconfigure smartparens after some changes to its default keybindings 2019-06-16 15:58:08 +01:00
57f670088d Use use-package's :custom and :custom-face options everywhere 2019-06-10 19:29:58 +01:00
3dd5215584 Update siren-move-dup module to avoid deprecation warnings 2019-06-03 16:54:47 +01:00
986025f473 Unset M-[ keybinding as it causes issues with pasting in terminal 2019-04-11 12:39:12 +01:00
61d17a20fc Add string-edit package 2019-01-28 11:32:15 +00:00
1080cd9a5f Update string-inflection keybindings 2019-01-28 11:29:46 +00:00
d218da5083 Fix mouse input issue in terminal mode caused by smart-shift
Replace the smart-shift package with functions ripped from textmate.el
2018-07-10 12:00:21 +01:00
87a86191db Majorly re-organize modules
- Split large modules into smaller parts (e.g. siren-text-manipulation)
- Organize modules into high level groups:
  - completion
  - core
  - editor
  - languages
  - linting
  - misc
  - navigation
  - projects
  - spelling
  - text-editing
  - version-control
  - windows
  - workspaces
2018-05-20 17:31:11 +01:00