Update Cider KBD to use google-chrome
This allows me to take advantage of the --app=<URL> flag that google-chrome supports, which is nice for a version of cider that bleeds all the way to the window's edges. It makes Cider feel more like a native application experience.
This commit is contained in:
parent
653ffd381a
commit
54c13a8848
1 changed files with 2 additions and 1 deletions
|
@ -593,7 +593,8 @@ cider() {
|
|||
# Opens the current workspace and current directory in Google's Cider
|
||||
# Not very useful at the moment because it cannot jump to the current file or
|
||||
# line number. Should also support an Emacs integration at some point.
|
||||
browse "https://cider.corp.google.com/?ws=$(citc_workspace)"
|
||||
google-chrome \
|
||||
--app="https://cider.corp.google.com/?ws=$(citc_workspace)"
|
||||
}
|
||||
|
||||
# i3
|
||||
|
|
Loading…
Reference in a new issue