Commit Graph

14 Commits

Author SHA1 Message Date
Henrik Lissner
7c5eefee3e
General, minor refactoring 2019-02-24 13:58:56 -05:00
Henrik Lissner
7d3ffdff06
Remove third line in section headers
This is truly important stuff. We've saved many lives with this update.
2018-09-09 09:58:19 -04:00
Henrik Lissner
1e81a35461
Minimize dependence on map!
This is in preparation for general.el integration coming in 2.1.1. It is
very likely that map! will change (and even more, be split into several
macros). Not much, but change none-the-less. Specifically, the state
keywords (e.g. :nvi, :n, :i) will be removed in favor of a :state
property that takes a list, e.g. (normal visual insert).

In any case, both map! and general are also relatively expensive
compared to define-key and evil-define-key* (and the new define-key!
macro), so use that when we can.

This also means changes to either API won't affect Doom's modules in the
long term.
2018-06-03 15:46:00 +02:00
Henrik Lissner
a582bdf208
app/calendar: fix typo causing void-variable error 2018-04-04 01:05:20 -04:00
Henrik Lissner
7282553d2d
app/calendar: minor indentation refactor 2018-04-02 05:50:07 -04:00
Henrik Lissner
f6f2c92373
app/calendar: don't require :feature workspaces 2018-04-02 05:49:55 -04:00
Henrik Lissner
5c9ef4ee38
Replace doom-hide-modeline-mode w/ hide-mode-line-mode #423 2018-03-02 19:14:44 -05:00
Henrik Lissner
d6cba4253f
app/calendar: minor refactor; rename +calendar-open-calendar-function 2018-02-19 20:19:54 -05:00
Henrik Lissner
04cb9a2691
app/calendar: general refactor 2018-02-19 15:18:36 -05:00
Henrik Lissner
c8c7bcabc0
app/calendar: fix path in comment header 2018-02-18 03:10:09 -05:00
fuxialexander
41a84a3c6d Add: +calendar/quit binding to "q" 2018-01-14 10:06:36 +08:00
fuxialexander
5bfa365809 Fix: hotfix of +calendar-org-gcal-secret-file 2018-01-13 17:57:38 +08:00
fuxialexander
7236404f67 Fix: hotfix of +calendar-open-calendar-function 2018-01-13 17:35:59 +08:00
fuxialexander
c63aba39ac Add: =calendar app 2018-01-13 17:26:40 +08:00