- typst
- tinymist
tinymist preview main.typ| (require 'package) | |
| (setq package-enable-at-startup nil) | |
| (setq package-archives '(("melpa" . "https://melpa.org/packages/") | |
| ("nongnu" . "https://elpa.nongnu.org/nongnu/") | |
| ("elpa-devel" . "https://elpa.gnu.org/devel/") | |
| ("gnu" . "https://elpa.gnu.org/packages/"))) | |
| (package-initialize) | |
| (unless (package-installed-p 'use-package) | |
| (package-refresh-contents) | |
| (package-install 'use-package)) |
| ;;; org-link-desc.el --- Automatically generate descriptions for org-mode links -*- lexical-binding: t; -*- | |
| ;; Copyright (C) 2023 Your Name | |
| ;; Author: Your Name <your-email@example.com> | |
| ;; Version: 1.0 | |
| ;; Package-Requires: ((emacs "26.1") (org "9.0")) | |
| ;; Keywords: org, convenience | |
| ;; URL: https://github.com/yourusername/org-link-desc |
C-x C-f or M-f.C- stands for **Control**.C-x means **press and hold Control (Ctrl) and then press =x=**.C-x C-f means:
Ctrlxf while still holding CtrlThere are several packages for spellchecking in Emacs, but I prefer jinx because it’s known for being fast. I recommend giving it a try!
Before installing the jinx package, you need to install its required dependencies. You can do this by:
libenchant-2-dev, pkgconfenchant, pkgconfsudo pacman -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat ebtables iptables libguestfsNote: Make sure you update your system with a $ sudo pacman -Syu BEFORE you install the dependencies
Edit /etc/libvirt/libvirtd.conf (Change the following Lines)