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
open System | |
[<Measure>] | |
type m | |
[<Measure>] | |
type kg | |
[<Measure>] |
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
SetCapsLockState AlwaysOff | |
CapsLock::Send {esc} | |
CapsLock & a::Send ^a | |
CapsLock & b::Send ^b | |
CapsLock & c::Send ^c | |
CapsLock & d::Send ^d | |
CapsLock & e::Send ^e | |
CapsLock & f::Send ^f | |
CapsLock & g::Send ^g | |
CapsLock & h::Send ^h |
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
SetCapsLockState AlwaysOff | |
CapsLock::Send {esc} | |
CapsLock & a::Send ^a | |
CapsLock & b::Send ^b | |
CapsLock & c::Send ^c | |
CapsLock & d::Send ^d | |
CapsLock & e::Send ^e | |
CapsLock & f::Send ^f | |
CapsLock & g::Send ^g | |
CapsLock & h::Send ^h |
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
@font-face { | |
font-family: "FooBar"; | |
font-style: normal; | |
font-weight: normal; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Inconsolata/complete/Inconsolata%20Nerd%20Font%20Complete.otf'); | |
} |
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
@font-face { | |
font-family: "Inconsolata Awesome"; | |
font-style: normal; | |
font-weight: normal; | |
src: url('https://github.com/gabrielelana/awesome-terminal-fonts/raw/patching-strategy/patched/Inconsolata%2BAwesome.ttf format('truetype')); | |
} |
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
@font-face { | |
font-family: "RobotoMono Nerd Font"; | |
font-style: normal; | |
font-weight: 200; | |
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true); | |
} | |
@font-face { | |
font-family: "RobotoMono Nerd Font"; | |
font-style: normal; | |
font-weight: 400; |
This file has been truncated, but you can view the full file.
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
@font-face { | |
font-family: "Sauce Code Pro Nerd Font"; | |
font-style: normal; | |
font-weight: normal; | |
src: url(data:font/truetype;charset-utf-8;base-64,AAEAAAAUAQAABABAQkFTRWTMXPQADrKYAAAAiEZGVE1+R8jFAA6zIAAAABxHREVGP59TAAAOgnQAAADcR1BPU9dP/0oADpXIAAAczkdTVULzn61IAA6DUAAAEnZPUy8ylbzYngAAAcgAAABgUGZFZOQaPKkADrM8AAACSGNtYXCYSZMvAABSXAAAFoJjdnQgAL8LcQAAapgAAAAiZnBnbQZZnDcAAGjgAAABc2dhc3D//wADAA6CbAAAAAhnbHlmlPG9OgAAvLQADL3saGVhZA+O58wAAAFMAAAANmhoZWEJFBfGAAABhAAAACRobXR4hPY6CgAAAigAAFA0bG9jYYfSROwAAGq8AABR+G1heHAW7gl8AAABqAAAACBuYW1lGNzqiwANeqAAABMycG9zdNJheg0ADY3UAAD0lnByZXD6NsDEAABqVAAAAEIAAQAAAAICj9kyrbpfDzz1Ap8D6AAAAADRwcdKAAAAANbh2nL/P/5wBfoEKwAAAAgAAAABAAAAAAABAAAD2P7vAAAF+v8//z8F+gABAAAAAAAAAAAAAAAAAAATnQABAAAUfQg8AFwAcgAGAAEAAAAAAAoAAAIAAMsABAACAAMC+QGQAAUAAAKKAlgAAABLAooCWAAAAV4AMgEgAAACCwUJAwQDAgIEIAAC9wIAOAMAAAAAAAAAAEFEQk8AQAAA//8C7v8GAAAD2AERYAABnwAAAAAB4AKUAAAAIAAOAlgAPgAAAAABTQAAAAAAAAJYAAACWAAAAlgA4wJYAIMCWABXAlgAVQJYABwCWAAqAlgA9QJYANACWAB6AlgAVAJYAFUCWADFAlgAVQJYANsCWABjAlgARwJYAGMCWABFAlgAOQJYACcC |
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
extern crate unicode_segmentation; | |
use std::collections::HashSet; | |
use unicode_segmentation::UnicodeSegmentation; | |
#[derive(Default, Debug)] | |
struct Word<'a> { | |
word: &'a str, | |
clean: String | |
} |
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
exec-path-from-shell-variables | |
(exec-path-from-shell-initialize) | |
(setq pti-pairs (exec-path-from-shell-getenvs exec-path-from-shell-variables)) | |
pti-pairs | |
(message "hello %S"' (1 2)) | |
a |
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
(defun untabify-buffer () | |
"Untabify current buffer" | |
(interactive) | |
(save-excursion | |
(untabify (point-min) (point-max))) | |
nil) | |
(defun add-untabify-before-save () | |
"Add an untabify action to the local write content hook" | |
(add-hook 'write-content-hook 'untabify-buffer nil t)) |
NewerOlder