Difference between revisions of "EasyPG Assistant (EPA)"

From WikEmacs
Jump to navigation Jump to search
(Cleanup)
Line 1: Line 1:
'''{{{1}}}''' is a wonderful mode which does wonderful things.
+
'''EasyPG Assistant (EPA)''' is Emacs interface for [[GnuPG]].
 
 
<!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------>
 
<!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------>
 
<!-----YOU DON"T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------>
 
<!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------>
 
 
 
 
 
 
 
<!------------------------------------------------------------------------->
 
  
 
= Basic setup =
 
= Basic setup =
Line 22: Line 13:
 
: Save buffer.
 
: Save buffer.
  
<!------------------------------------------------------------------------->
 
 
= Common Customization =
 
= Common Customization =
<!-- Customization common to all platforms goes here -->
 
 
== Customization 1 ==
 
<source lang="lisp">
 
(message "This stuff will go in your .emacs")
 
</source>
 
 
== Customization 2 ==
 
<source lang="lisp">
 
(message "You can also do this customization")
 
</source>
 
 
 
<!------------------------------------------------------------------------->
 
 
= [[GNU/Linux]] =
 
<!-- Customization/Notes specific to GNU/Linux goes here -->
 
== GNU/Linux Notes 1 ==
 
== GNU/Linux Notes 2 ==
 
 
<!------------------------------------------------------------------------->
 
 
= [[OS X]] =
 
<!-- Customization/Notes specific to OS X goes here -->
 
== OS X Notes 1 ==
 
== OS X Notes 2 ==
 
 
<!------------------------------------------------------------------------->
 
 
= [[Windows]] =
 
<!-- Customization/Notes specific to Windows goes here -->
 
Windows users be aware of this.
 
== Windows Notes 1 ==
 
== Windows Notes 2 ==
 
 
<!------------------------------------------------------------------------->
 
 
= [[Emacs-24]] =
 
<!-- Customization/Notes specific to Emacs-24 -->
 
<!-- Recent revision should come first. This way important information stays at top  -->
 
 
Emacs-24 specific notes.
 
 
== Emacs-24 specific notes 1 ==
 
== Emacs-24 specific notes 2 ==
 
 
<!------------------------------------------------------------------------->
 
 
= [[Emacs-23]] =
 
<!-- Customization/Notes specific to Emacs-22 -->
 
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.
 
== Emacs-23 specific notes 1 ==
 
== Emacs-23 specific notes 2 ==
 
 
<!------------------------------------------------------------------------->
 
 
= [[Emacs-22]] =
 
<!-- Customization/Notes specific to Emacs-22 -->
 
 
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.
 
 
== Emacs-24 specific notes 1 ==
 
== Emacs-24 specific notes 2 ==
 
 
<!------------------------------------------------------------------------->
 
 
= Recommended Reading =
 
<!-- Only internal links. DO NOT insert EXTERNAL LINKS -->
 
* [[Internal Link1]]
 
* [[Internal Link2]]
 
 
<!------------------------------------------------------------------------->
 
  
 
= Project Pages =
 
= Project Pages =
Line 101: Line 19:
 
* [http://www.gnupg.org/documentation/index.en.html GnuPG Documentation]
 
* [http://www.gnupg.org/documentation/index.en.html GnuPG Documentation]
  
<!------------------------------------------------------------------------->
 
  
 
= Tutorial Pages =
 
= Tutorial Pages =
Line 107: Line 24:
 
:Tips for setting up Emacs as Bazaar commit editor.
 
:Tips for setting up Emacs as Bazaar commit editor.
  
<!------------------------------------------------------------------------->
 
<!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  -->
 
  
[[Category:TestCategory1]][[Category:TestCategory2]]
+
[[Category:Security]] [[Category:Privacy]] [[Category:Encrypt]]

Revision as of 19:00, 30 March 2012

EasyPG Assistant (EPA) is Emacs interface for GnuPG.

Basic setup

You need to install GnuPG.

Helpful keybindings

[C-x C-c]
Quit Emacs.
[C-x C-s] (or M-x save-buffer)
Save buffer.

Common Customization

Project Pages


Tutorial Pages

Emacs as commit message editor
Tips for setting up Emacs as Bazaar commit editor.