Rumbleskim's History of World of Warcraft Drama
Original posts
- Part 1 - Beta and Vanilla
- Part 2 - Burning Crusade
- Part 3 - Wrath of the Lich King
- Part 4 - Cataclysm
- Part 5 - Mists of Pandaria
;; 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. |
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 \ |