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 my/jump-to-par (&rest args) | |
(when (< (save-excursion | |
(search-forward "(")) | |
(save-excursion | |
(search-forward ")"))) | |
(search-forward "("))) | |
(advice-add 'evil-inner-paren :before #'my/jump-to-par) |
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
(defvar *snippet-funcs* | |
'((any . (tabstop placeholder choice variable ;; text | |
)) | |
(tabstop . (("$" int) ("${" int "}"))) | |
(placeholder . (("${" int ":" any "}"))) | |
(choice . ("${" int "|" text ("," text)* "|}")) | |
(variable . (("$" var) ("${" var "}") | |
("${" var ":" any "}") | |
("${" var "/" regex "/" (format | text)+ "/" options "}"))) | |
(format . (("$" int) ("${" int "}") |
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
;;; Startup | |
;;; PACKAGE LIST | |
(setq package-archives | |
'(("melpa" . "https://melpa.org/packages/") | |
("elpa" . "https://elpa.gnu.org/packages/"))) | |
;;; BOOTSTRAP USE-PACKAGE | |
(package-initialize) | |
;; This can be commented out if you don't want the package repos |
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
;;; Startup | |
;;; PACKAGE LIST | |
(setq package-archives | |
'(("melpa" . "https://melpa.org/packages/") | |
("elpa" . "https://elpa.gnu.org/packages/"))) | |
;;; BOOTSTRAP USE-PACKAGE | |
(package-initialize) | |
(setq use-package-always-ensure t) | |
(unless (package-installed-p 'use-package) |
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 quelpa-use-package) | |
;; Don't forget to run M-x eaf-install-dependencies | |
(use-package eaf | |
:demand t | |
:quelpa (eaf :fetcher github | |
:repo "manateelazycat/emacs-application-framework" | |
:files ("*")) | |
:load-path "~/.emacs.d/site-lisp/emacs-application-framework" ; Set to "/usr/share/emacs/site-lisp/eaf" if installed from AUR | |
:init | |
(use-package epc :defer t :ensure t) |
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
.SUFFIXES: .ms .ps .pdf | |
# Groff settings | |
PRE = preconv | tbl| eqn | |
ROFF = troff | |
POST = grops | |
# Neatroff settings | |
BASE = $(HOME)/.local/share/neat | |
ROFF = $(BASE)/neatroff/roff | |
POST = $(BASE)/neatpost/post |
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
.\" eul.extra is the extra langth added to the start and end of the underline | |
.nr eul.extra 7 | |
.\" eul.color set the color of the underline | |
.\" I made an explination of colors in groff here https://www.youtube.com/watch?v=LvLnht1v37g | |
.ds eul.color red | |
.de EUL | |
.\" eul.textwidth is the width of the text stored in the first argument | |
. nr eul.textwidth \\w'\\$1' | |
. | |
.\" \Z'commands' prints the following commands then resets the cursor to it's |
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
#!/usr/bin/env sh | |
###################################################################### | |
# @author : Gavin Jaeger-Freeborn ([email protected]) | |
# @file : feedcheck.sh | |
# @created : Mon 11 Jan 2021 08:07:36 PM | |
# | |
# @description : check rss feed | |
###################################################################### |
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
#lang racket | |
"hello" | |
1 | |
2.3 | |
#t |
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
.\" From the actual video | |
.\" to compile run | |
.\" groff -p -ms -Tpdf tree.ms > tree.pdf | |
.TL | |
Merry Christmas To Everyone | |
.AU | |
From: Gavin | |
.SH | |
.LP |