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." "Highlight angular-style keywords in commit messages."
(let ((boundary 0)) (let ((boundary 0))
(when (string-match (rx (seq (or "feat" "fix" "docs" "style" "refactor" (when (string-match (rx (seq (or "feat" "fix" "docs" "style" "refactor"
"perf" "test" "ci" "chore") "perf" "test" "chore")
(* "(" (* (not ")")) ")") (* "(" (* (not ")")) ")")
":")) ":"))
msg msg

View File

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

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -119,9 +119,9 @@ Its always nice to have the =BROWSER= variable available in case you
want to do stuff with scripts and your default browser. want to do stuff with scripts and your default browser.
#+name: browser #+name: browser
| Variable | Value | | Variable | Value |
|----------+-------------| |----------+---------|
| =BROWSER= | =zen-browser= | | =BROWSER= | =firefox= |
#+begin_src sh #+begin_src sh
<<export-variables(browser)>> <<export-variables(browser)>>