Compare commits

..

No commits in common. "be955e66734f8b88b33a5f7efbe7e7a47bdfa03a" and "d9a7e58f1e6c2db6a004b3b71c5855d8e96c1b9f" have entirely different histories.

5 changed files with 1233 additions and 58 deletions

View File

@ -1413,7 +1413,7 @@ I also want to highlight these angular-style keywords in commit messages.
"Highlight angular-style keywords in commit messages."
(let ((boundary 0))
(when (string-match (rx (seq (or "feat" "fix" "docs" "style" "refactor"
"perf" "test" "ci" "chore")
"perf" "test" "chore")
(* "(" (* (not ")")) ")")
":"))
msg

View File

@ -41,7 +41,7 @@
#+begin_src conf-unix
[web]
browser = zen-browser
browser = firefox
#+end_src
** Aliases

View File

@ -362,7 +362,7 @@ It is sort of the general menu for my keybindings.
#+name: apps-submap
| Modifiers | Key | Action | Argument | Submap |
|-----------+-----+--------+-------------------+--------|
| | b | exec | =zen-browser= | reset |
| | b | exec | =firefox= | reset |
| SHIFT | b | exec | =qutebrowser= | reset |
| | d | exec | =vesktop= | reset |
| | e | exec | =emacsclient -c -n= | reset |

File diff suppressed because it is too large Load Diff

View File

@ -120,8 +120,8 @@ want to do stuff with scripts and your default browser.
#+name: browser
| Variable | Value |
|----------+-------------|
| =BROWSER= | =zen-browser= |
|----------+---------|
| =BROWSER= | =firefox= |
#+begin_src sh
<<export-variables(browser)>>