I hereby claim:
- I am tasmo on github.
- I am tomfreeze (https://keybase.io/tomfreeze) on keybase.
- I have a public key ASBsDE7GYpL1Zlt7xOOGVwsBw8yd8SnyLdt2g8932NOUgQo
To claim this, I am signing this object:
fscommand2("FullScreen", "true"); | |
// Play/Pause; | |
var spaceKey:Object = {}; | |
spaceKey.onKeyDown = function() { | |
trace(Key.getCode()); | |
}; | |
Key.addListener(spaceKey); |
RewriteEngine On | |
RewriteBase / | |
RewriteRule (.*) http://localhost:2368/$1 [QSA,P] |
### editor | |
export ALTERNATE_EDITOR=emacs | |
export EDITOR="emacsclient -tc -a emacs" | |
export VISUAL="emacsclient -c -a emacs" | |
# emacsclient as difftool | |
function ediff () { | |
if [ "X${2}" = "X" ]; then | |
echo "USAGE: ediff <FILE 1> <FILE 2>" | |
else | |
quoted1=${1//\\/\\\\}; quoted1=${quoted1//\"/\\\"} |
#!/usr/bin/env bash | |
# Shamelessly taken from http://mjwall.com/blog/2013/10/04/how-i-use-emacs/ | |
# This script starts emacs daemon if it is not running, opens whatever file | |
# you pass in and changes the focus to emacs. Without any arguments, it just | |
# opens the current buffer or *scratch* if nothing else is open. The following | |
# example will open ~/.bashrc | |
# ec ~/.bashrc |
I hereby claim:
To claim this, I am signing this object:
set noshowmode | |
set noruler | |
autocmd ColorScheme * highlight link ModeNFGC StatuslineNC | |
autocmd ColorScheme * highlight link ModeNFGCS LineNr | |
autocmd ColorScheme * highlight link ModeIFGC DiffAdd | |
autocmd ColorScheme * highlight link ModeIFGCS DiffAdded | |
autocmd ColorScheme * highlight link ModeRFGC Search | |
autocmd ColorScheme * highlight link ModeRFGCS Repeat | |
autocmd ColorScheme * highlight link ModeVFGC CursorIM |
{ pkgs, ... }: | |
{ | |
accounts = { | |
email = { | |
maildirBasePath = "Mail"; | |
accounts = { | |
tasmo = { | |
primary = true; |
# Kakoune terminal color scheme | |
# For Code | |
face global value yellow | |
face global type blue | |
face global variable cyan | |
face global module magenta | |
face global function magenta+i | |
face global string green | |
face global keyword blue+i |
Please note that these instructions are not offically supported or condoned by Nix and are not guaranteed to always work, but from my testing everything seems to work perfectly fine.
These steps may not be required if NixOS/nix#2374 is resolved.
These commands are required for both Fedora Workstation and Fedora Silverblue