在启动 pharo-launcher 前,指定环境变量 SQUEAK_FAKEBIGCURSOR=1
.
在 pharo-launcher 中点击 settings 在 vm args 中添加 -compositioninput
.
在 pharo 中指定字体之后,可以使用 MenubarMorph reset.
来重置菜单的渲染。
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system |
(require 'dash) | |
(defvar-local +org-last-in-latex nil) | |
(defun +org-post-command-hook () | |
(ignore-errors | |
(let ((in-latex (and (derived-mode-p 'org-mode) | |
(or (org-inside-LaTeX-fragment-p) | |
(org-inside-latex-macro-p))))) | |
(if (and +org-last-in-latex (not in-latex)) |
UTF-8 encoded sample plain-text file | |
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ | |
Original version from Markus Kuhn [ˈmaʳkʊs kuːn] from University of Cambridge | |
http://www.cl.cam.ac.uk/~mgk25/ | |
The original "xterm-UTF-8-demo.txt" | |
https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt | |
https://gist.github.com/msabramo/3921955 | |
UTF-8 test file (closely related)... | |
https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt |
(setq package-archives '(("gnu" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/") | |
("melpa" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/"))) | |
(require 'package) | |
(package-initialize) | |
(setq package-selected-packages | |
'(modus-themes | |
selectrum | |
meow |
;;; meow-tutorial.el --- Tutorial in Meow -*- lexical-binding: t -*- | |
;; This file is not part of GNU Emacs. | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License | |
;; as published by the Free Software Foundation; either version 3 | |
;; of the License, or (at your option) any later version. | |
;; This program is distributed in the hope that it will be useful, |
A lot beginners asked about the equivalents to the common operations in Vim keybinding. Following is a list of comparison.
(Recommended qwerty keybinding is used here for simplify tables, every keybindings are customizable. We also use short name for commands.)
operation | count Vim | Vim | Meow | count Meow | Meow commands |