run postgresql with systemctl
sudo pacman -S postgresql
find version & build from source
| #SingleInstance force | |
| ;#Persistent https://www.autohotkey.com/docs/commands/_Persistent.htm | |
| ;#InstallKeybdHook ; see: https://www.autohotkey.com/docs/v1/lib/_HotkeyModifierTimeout.htm | |
| ;#NoTrayIcon | |
| TraySetIcon("accessibilitycpl.dll","6") ; Keyboard Icon | |
| SetWorkingDir(A_ScriptDir) ; Ensures a consistent starting directory. | |
| ; Debugging | |
| ; #Warn All, OutputDebug ; Show Warnings in DebugView ( https://learn.microsoft.com/en-us/sysinternals/downloads/debugview ) |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # Author: Damien Garaud | |
| # Date: 2014-2015 | |
| # License: Simplified BSD | |
| """Allow you to pipe command results into an Emacs buffer. Suppose you have an | |
| Emacs server since you launch 'emacsclient'. |