summaryrefslogtreecommitdiff
path: root/.emacs.d/conkeror.el
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-04-13 23:20:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-04-13 23:20:15 -0400
commitf7464fdd2e33e5dc6c159a4adc8f53902e6d4511 (patch)
treeb1d65db982af54cc2088de3228174c4ea710c2f4 /.emacs.d/conkeror.el
Initial commit of Luke Shumaker's "dot-files".
Diffstat (limited to '.emacs.d/conkeror.el')
-rw-r--r--.emacs.d/conkeror.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/conkeror.el b/.emacs.d/conkeror.el
new file mode 100644
index 0000000..ea1aec1
--- /dev/null
+++ b/.emacs.d/conkeror.el
@@ -0,0 +1,5 @@
+(
+ (insert "xwidgetdemo<<< a button. another button\n")
+ (goto-char (point-min))
+ (put-text-property (point) (+ 1 (point)) 'display '(xwidget :xwidget-id 1 :type 1 :title "1" :width 40 :height 50))
+) \ No newline at end of file