Compare commits
3 Commits
d9a7e58f1e
...
be955e6673
Author | SHA1 | Date | |
---|---|---|---|
be955e6673 | |||
bd851e73a6 | |||
98e6a409b4 |
@ -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" "chore")
|
||||
"perf" "test" "ci" "chore")
|
||||
(* "(" (* (not ")")) ")")
|
||||
":"))
|
||||
msg
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
#+begin_src conf-unix
|
||||
[web]
|
||||
browser = firefox
|
||||
browser = zen-browser
|
||||
#+end_src
|
||||
|
||||
** Aliases
|
||||
|
@ -362,7 +362,7 @@ It is sort of the general menu for my keybindings.
|
||||
#+name: apps-submap
|
||||
| Modifiers | Key | Action | Argument | Submap |
|
||||
|-----------+-----+--------+-------------------+--------|
|
||||
| | b | exec | =firefox= | reset |
|
||||
| | b | exec | =zen-browser= | reset |
|
||||
| SHIFT | b | exec | =qutebrowser= | reset |
|
||||
| | d | exec | =vesktop= | reset |
|
||||
| | e | exec | =emacsclient -c -n= | reset |
|
||||
|
1279
docs/scripts.org
1279
docs/scripts.org
File diff suppressed because it is too large
Load Diff
@ -119,9 +119,9 @@ It’s always nice to have the =BROWSER= variable available in case you
|
||||
want to do stuff with scripts and your default browser.
|
||||
|
||||
#+name: browser
|
||||
| Variable | Value |
|
||||
|----------+---------|
|
||||
| =BROWSER= | =firefox= |
|
||||
| Variable | Value |
|
||||
|----------+-------------|
|
||||
| =BROWSER= | =zen-browser= |
|
||||
|
||||
#+begin_src sh
|
||||
<<export-variables(browser)>>
|
||||
|
Loading…
Reference in New Issue
Block a user