ESC
输入关键词搜索文章
目录

emacs

emacs

tutoriel

21天学会emacs emacs document

installation

doom emacs

一个已经经过配置emacs版本。

basic information

global menu: F10. It works even in terminal !

window and frame: emacs window is in fact a pane, emacs frame is more like a window.

buffer

important buffer:

Mode Line

Echo Area and Minibuffer

command line

Command

<M-x>

Major and minor mode

major mode:

minor mode:

only one major mode can be activated in one the same time, but there can be many diffrent minor modes being activated in the same time.

basic key bindings

prefixes:

Canceling Operation

learning more key bindings

markdown bindings

help system

install packages

bilibili

configuration

可以自己创建一个my_init.org文件,然后在里面添加配置,这样可以使用org-mode语法。

文件跳转

书签

cnblogs

自定义doom配置

dangirsh

helps

k: help keys

文学编程

liujiacai

org-mode

插件

Rime

Elfeed

Maxiee

刘家财 这个链接还讲了邮件的配置,并且给出了配置代码。这个仓库里面给出了很多有用的配置代码,值得收藏。

imenu-list

Youtube

sort-tab

自定义键位

使用gnome-tweaks可以在linux下更改键位。

他人配置

很多有用的配置其实前人都已经探索过了,我们可以学习他们配置好的文件,从而得到自己的配置灵感。

dot-emacs github

系统配置

(cond ((eq system-type 'darwin)
       <<Mac settings>>
       )
      ((eq system-type 'windows-nt)
       <<Windows settings>>
       )
      ((eq system-type 'gnu/linux)
       <<Linux settings>>
       ))

Hugo

知乎

easy hugo