Skip to content

Commit b5b07f4

Browse files
committed
Merge branch 'master' of github.com:mmagnus/emacs-pdb-mode
2 parents 17ba2cb + bec91f8 commit b5b07f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ emacs-pdb
33

44
pdb-mode is an emacs-lisp minor mode for Emacs to perform a number of useful editing functions on Protein DataBank (PDB) formatted files. XEmacs and/or GNU Emacs are available for most computing platforms.
55

6+
## emacs-pdb-mode & rna-pdb-tools
7+
8+
rna-pdb-tools can be used side-by-side https://github.com/mmagnus/emacs-pdb-mode to edit files structural files in the PDB format.
9+
10+
http://rna-pdb-tools.readthedocs.io/en/latest/emacs.html
11+
12+
## Install
13+
My installation config:
14+
15+
;; pdb.el
16+
(load-file "~/.emacs.d/plugins/pdb-mode/pdb-mode.el")
17+
(setq pdb-rasmol-name "/usr/bin/pymol")
18+
(setq auto-mode-alist
19+
(cons (cons "pdb$" 'pdb-mode)
20+
auto-mode-alist ) )
21+
(autoload 'pdb-mode "PDB")
22+
623
## How to customize the colors?
724
You can play around with:
825

0 commit comments

Comments
 (0)