Emacs Under the schedule management GTD
GTD (geting things Done) is a system of productivity improvement, promoted by US business advisor David Allen, which can help you relieve stress, be calm, and concentrate on your work and study. Use GTD to record what you now think of as a full table of contents, and review what you have done through a series of systematic methods.
Table of Contents 1 Preface 2 Remember.el 3 GTD process 3.1 Tasks 3.2 Books 3.3
Link: http://pan.baidu.com/s/1c0fjY3e Password: j8peThe files in the network disk are my profile, and the Lisp source package used. After downloading, it can be extracted to the user's home directory.The contents of my Emacs configuration file are:#cat~/.emacs;; Disable boot screen (setqinhibit-startup-messaget); Default tab is 4 width (setq-defaulttab-width4) (setqfill-column70);; Display Settings (disp
Emacs font configuration in Linux-general Linux technology-Linux technology and application information. For details, refer to the following section. The emacs font in linux is no longer a day or two. Today we finally got it done. Use the Chinese open source font wenquanyi. The results are still very good. Don't use simsun any more.
Installation steps:
1. Install the wenquanyi font, which has been ins
Here, I would like to thank "Tudou" for providing the address of a Japanese emacser blog website. Where can I see the detailed configuration? I also configured it according to the steps and the result was successful. But it still needs to be improved, which is awkward,
Know the website for this configuration: http://d.hatena.ne.jp/IMAKADO jump
First download the file and put it in a path. I put it in ~ /. Emacs. d/PHP/below
Wget http://www.emacswiki
I used a method in China before, but I think this method is simpler and more direct and contributes.
You need to enable both universe multiverse in/etc/APT/sources. List. From a prompt, runCode:
sudo nano -Bw /etc/apt/sources.list
Then, remove the # In front of all the lines with Deb at the beginning. save and exit with Code:
sudo aptitude updatesudo aptitude install emacs
Tangshuang @ tangshuang-desktop :~ $ Sudo aptitude update[Sudo] password for t
Key combination meaning: c Represents the ctrl key, and m is the meta key, which generally refers to alt. If not, it can be replaced by ESC.
1. emacs operationsC-x C-F open the file; C-x C-s save the file; C-X c-c exit; C-/undo (c-x u) c-G cancels the current command;To redo the redo function, use C-G and C -/;2. Optical Mark ControlC-F: move one character forward; C-B: move one character backward; m-F: move one word forward; m-B: move one word backwa
Emacs file manager Dired [go]
Some Common commands
Emacs file manager Dired [go]
Bytes. M-x Dired or C-x D, you can enter Dired-mode, so that you can operate on the file, as a file manager is quite good. Add the following statement to. emacs:
>(Setq Dired-recursive-deletes T); recursively delete a directory (setq Dired-recursive-copies
Most of the time
ProgramThere is no decent version management function in the directory (such as some of your gadgets). After a while, you may find that you do not remember what you modified, what functions have been implemented, or even forget your
CodeThe bug is not fixed.
Emacs comes with a fast log record function, that is, the change log function. A change log file records the time and reason of your program modification in chronological order
I previously introduced how to use easypg to encrypt files in Emacs, but once I want to reset the encryption key (Key, similar to the password), what should I do?
In fact, it is very easy to enter a new key when you need to save the modified file. The detailed steps are as follows:
1. open the file in emacs.2. enter the original passphrase when prompted.3. type a letter then remove it (to convince
Using the default Emacs font color will make people crazy. However, after you use Emacs theme, you may still feel uncomfortable with the org mode or muse mode color, or too bright or too dark.
At this time, we can easily customize their fonts and background colors in the following ways.For Emacs org
Available
M-x Customize-group RET org-faces RET
To define th
] [hkey_classes_root \ * \ shell \ edit with Vim \ command] @ = "\" C: \ Program Files \ Vim \ vim70 \ gvim.exe \ "-p-remote-tab-silent \" % 1 \""
In addition, you can also right-click "send" to go to the directory c: \ Documents ents and Settings \ USERNAME \ sendto, right-click gvim-New-shortcut, and click browse in the dialog box to find the gvim location. In this way, a shortcut of gvim is created, right-click the shortcut file-properties-shortcut and write "C: \ Program Files \ Vim \ vim70
1 Configure. emacs (setqsql-mysql-options
1 Configure. emacs (setq SQL-mysql-options
1 configuration. emacs
(Setq SQL-mysql-options' ("-C" "-f" "-t" "-n"); for windows
(Setq SQL-user "root ")
(Setq SQL-password "")
2. Connect to the MySQL server
Execute M-x SQL-mysql/select SQL-> start SQLi session in the menu
Enter the user, password, mysql server a
I have been using Emacs to access MySQL for a long time. Recently, it took more than an hour to reconfigure the environment due to a change in unit.
1. Install sudo apt-Get install in Ubuntu
Libmysqlclient-Dev and mysql-client-core-5.5
2. Download SQL. El and MySQL. El ~ /. Load the emacs file
Http://www.emacswiki.org/emacs/ SQL .el
Http://www.emacswiki
I don't know if you have encountered such a need. When you use two windows (in Emacs or windows in VI) to write two files, you suddenly think that the content of the two forms (buffer) should be) swap it for easy viewing. In gvim, you can use ctrl-w r.
--- The invincible Emacs does not have this built-in function ~~
There is also a function available in the textmate (MACOs and Ruby fan favorites) and eclip
variableC-h F Query functionBufferC-x c-b List BuffersC-x B Toggle BufferC-z can leave emacs―― for the time being, of course, you can come back again. In a system that allows c-z, c-zWill "hang" Emacs, that is, it will go back to the shell but not the process of killing Emacs. In regularIn the shell, you can usually return to
The packages that need to be downloaded before configuration:
Godoc
Godef
Gocode
Oracle
The environment variables need to be set before downloading the package:# golangexport Goroot= $HOME/goexport gopath= $HOME/development/goexport PATH= $PATH: $ goroot/binexport PATH= $PATH: $GOPATH/binIf the network is good, use this method:Godoc:Go get Golang.org/x/tools/cmd/godocThis installs the Godoc binary into the $GOROOT/bin directory.Godef:This installs the Godef binary into
Emacs is a keyboard-bound technique. Foolproof method of bindingMany people are bound to some of the more special keys when it is not clear in(Global-set-key ... ' My-funtion)What to write in. Especially in the xterm in the time is more overwhelmed. In fact, there is a foolproof way to ensure that you must write the right. This approach is:
M-x global-set-key RET Interactive bind your keys.
C-x ESC ESC to bring up the previous "complex co
At present, the most popular method is to use the Linum.el file, after downloading Linum.el on the internet will linum.el copied to the Site-lisp directory of Emacs, after completion in the user's home directory to create a new file, the file name is:. Emacs, Add the following to the. emacs File:(Add-to-list ' Load-path "/usr/share/
Tags: ber max bit you scroll backup OBA instance refAnyway, after a few days will retire, the Emacs configuration released for the benefit (scourge) of the public?Thick Oier style, in addition to convenient to play the code is no other use (F8 do not think so? ), only a pity that Windows lost, only under Ubuntu.F1 does not explain who knows with whom.F2 is a good thing, no one-click compilation can not without it, who use who know.F3 and F4 to deal wi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.