This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; org-prettify-source-block.el --- | |
;; Copyright (C) 2018 Not me | |
;; Author: | |
;; Created: ew (2018-04-18): | |
;; Version: 0.1 | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(use-package counsel-flycheck | |
:after counsel flycheck | |
:if (not noninteractive) | |
:preface | |
(defvar counsel-flycheck-history nil | |
"History for `counsel-flycheck'") | |
(defun counsel-flycheck () | |
"Navigate to flycheck errors" | |
(interactive) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/systemd/system/[email protected] | |
[Unit] | |
Description=Weechat bouncer for user %i | |
After=network-online.target | |
[Service] | |
User=%i | |
Environment=SOCKET_NAME=%p | |
Environment=LC_CERT_FILE=/etc/letsencrypt/live/%H/all.pem | |
Environment=LOCAL_CERT_PATH=/home/%i/.weechat/ssl |