Skip to content

Instantly share code, notes, and snippets.

@alienbogart
alienbogart / wow.md
Last active February 29, 2024 00:29
;; SAVE CORRECTIONS TO ABBREV
(defun endless/simple-get-word ()
(car-safe (save-excursion (ispell-get-word nil))))
(defun endless/ispell-word-then-abbrev (p)
"call `ispell-word', then create an abbrev for it.
with prefix p, create local abbrev. otherwise it will
be global.
if there's nothing wrong with the word at point, keep
looking for a typo until the beginning of buffer. you can
(require 'package)
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p))))
(proto (if no-ssl "http" "https")))
(when no-ssl
(warn "\
Your version of Emacs does not support SSL connections,
which is unsafe because it allows man-in-the-middle attacks.
There are two things you can do about this warning:
1. Install an Emacs version that does support SSL and be safe.
This file has been truncated, but you can view the full file.
Abeau
Abreulândia
Abreulândia
Abreulândia
Abtídia
Abtídio
Adeano
Adena
Adina
Adino
#!/usr/bin/env bash
apt --yes update &&
apt --yes dist-upgrade &&
apt --yes install \
i3 \
dmenu \
rofi \
vim \
neovim \