Compare commits
No commits in common. "7fabd0d30b72d6c26e1e8da56b37a0b9700a271f" and "5e53de014a513bad7bb91493ec03976ed597f093" have entirely different histories.
7fabd0d30b
...
5e53de014a
4 changed files with 2 additions and 18 deletions
|
|
@ -46,9 +46,5 @@ in
|
||||||
imap.host = "thrall.failco.de";
|
imap.host = "thrall.failco.de";
|
||||||
smtp.host = "thrall.failco.de";
|
smtp.host = "thrall.failco.de";
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts.google = mkAccount "petry.alexander@gmail.com" // {
|
|
||||||
flavor = "gmail.com";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -147,11 +147,6 @@
|
||||||
;; include *Code-Review* buffer into current workspace
|
;; include *Code-Review* buffer into current workspace
|
||||||
(persp-add-buffer (current-buffer))))))
|
(persp-add-buffer (current-buffer))))))
|
||||||
|
|
||||||
(after! magit
|
|
||||||
(transient-append-suffix 'magit-fetch "-t"
|
|
||||||
'("-f" "Bypass safety checks" "--force"))
|
|
||||||
)
|
|
||||||
|
|
||||||
(setq ak/bibliography (list (concat org-directory "references.bib")))
|
(setq ak/bibliography (list (concat org-directory "references.bib")))
|
||||||
;; (setq org-cite-global-bibliography (list (concat org-directory "references.bib")))
|
;; (setq org-cite-global-bibliography (list (concat org-directory "references.bib")))
|
||||||
(setq! bibtex-completion-bibliography ak/bibliography)
|
(setq! bibtex-completion-bibliography ak/bibliography)
|
||||||
|
|
|
||||||
|
|
@ -121,8 +121,8 @@ myConfig =
|
||||||
, ("M-C-r", WS.swapNextScreen)
|
, ("M-C-r", WS.swapNextScreen)
|
||||||
, ("M-S-r", WS.shiftNextScreen)
|
, ("M-S-r", WS.shiftNextScreen)
|
||||||
, -- scratchpads
|
, -- scratchpads
|
||||||
("M-s s", namedScratchpadAction scratchpads "notes")
|
("M-s M-s", namedScratchpadAction scratchpads "notes")
|
||||||
, ("M-s M-s", namedScratchpadAction scratchpads "shell")
|
, ("M-s s", namedScratchpadAction scratchpads "shell")
|
||||||
, -- backlight control
|
, -- backlight control
|
||||||
|
|
||||||
("<XF86MonBrightnessDown>", spawn "xbacklight -dec 5")
|
("<XF86MonBrightnessDown>", spawn "xbacklight -dec 5")
|
||||||
|
|
|
||||||
|
|
@ -25,13 +25,6 @@
|
||||||
# avoid unwanted garbage collection when using direnv
|
# avoid unwanted garbage collection when using direnv
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
|
|
||||||
trusted-substituters = [ "https://devenv.cachix.org" ];
|
|
||||||
trusted-public-keys = [ "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" ];
|
|
||||||
trusted-users = [
|
|
||||||
"root"
|
|
||||||
"alex"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue