This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[MICHAELR690 discovery]$ echo $PS1 | |
\[\e[1;32m\][\h \W]\$\[\e[0m\] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun my-revert-buffer () | |
(interactive) | |
(revert-buffer t t ) | |
) | |
(global-set-key (kbd "<f2>") 'my-revert-buffer) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (void-variable to-insert) | |
#[(completion) "\304\303 \"\n\305 \303\300%#\207" [to-insert name completion type-info ensime-plist-bind propertize] 9]((:name "val" :type-sig (nil "" nil) :relevance 100)) | |
mapcar(#[(completion) "\304\303 \"\n\305 \303\300%#\207" [to-insert name completion type-info ensime-plist-bind propertize] 9] ((:name "val" :type-sig (nil "" nil) :relevance 100) (:name "var" :type-sig (nil "" nil) :relevance 100) (:type-info (:arrow-type t :name "(String) => Column" :full-name "(java.lang.String) => org.apache.spark.sql.Column" :result-type (:arrow-type nil :name "Column" :decl-as class :full-name "org.apache.spark.sql.Column") :param-sections ((:params (("columnName" (:arrow-type nil :name "String" :decl-as class :full-name "java.lang.String")))))) :name "var_pop" :type-sig (((("columnName" "java.lang.String"))) "org.apache.spark.sql.Column" nil) :is-callable t :relevance 90) (:type-info (:arrow-type t :name "(Column) => Column" :full-name "(org.apache.sp |