summaryrefslogtreecommitdiff
path: root/.emacs.d/conkeror.el
diff options
context:
space:
mode:
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