diff options
Diffstat (limited to '.emacs.d/conkeror.el')
-rw-r--r-- | .emacs.d/conkeror.el | 5 |
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 |