Skip to content

Instantly share code, notes, and snippets.

View alexmurray's full-sized avatar
🏠
Working from home

Alex Murray alexmurray

🏠
Working from home
View GitHub Profile
@Neo23x0
Neo23x0 / audit.rules
Last active July 17, 2024 12:59
Linux Auditd Best Practice Configuration
# IMPORTANT!
# This gist has been transformed into a github repo
# You can find the most recent version there:
# https://github.com/Neo23x0/auditd
# ___ ___ __ __
# / | __ ______/ (_) /_____/ /
# / /| |/ / / / __ / / __/ __ /
# / ___ / /_/ / /_/ / / /_/ /_/ /
# /_/ |_\__,_/\__,_/_/\__/\__,_/
@dgutov
dgutov / company-quickhelp.el
Last active November 2, 2019 18:59
Show doc with pos-tip
;;; WIP, somewhat usable
(require 'company)
(require 'pos-tip)
(defun company-quickhelp-frontend (command)
"`company-mode' front-end showing documentation in a
`pos-tip' popup."
(pcase command
(`post-command (company-quickhelp--set-timer))
(`hide